1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00

Added and implemented primary messages

This commit is contained in:
Felix Mauch
2019-04-08 15:39:59 +02:00
parent adf1560105
commit 4bf5793d79
18 changed files with 382 additions and 145 deletions

View File

@@ -44,6 +44,8 @@ public:
virtual bool parseWith(BinParser& bp) = 0;
virtual std::string toString() const = 0;
private:
HeaderT header_;
};