mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Implemented initial robot state and parsing
This commit is contained in:
7
include/ur_modern_driver/packet.h
Normal file
7
include/ur_modern_driver/packet.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "ur_modern_driver/bin_parser.h"
|
||||
|
||||
class Packet {
|
||||
public:
|
||||
virtual bool parse_with(BinParser &bp) = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user