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

Tested producer part with real data

This commit is contained in:
Felix Mauch
2019-04-09 18:19:22 +02:00
parent 2f0b8eae1a
commit 51ac7ddb91
12 changed files with 119 additions and 130 deletions

View File

@@ -46,8 +46,8 @@ public:
* \brief Creates a new URPackage object.
*/
URPackage();
virtual ~URPackage();
URPackage() = default;
virtual ~URPackage() = default;
using _header_type = HeaderT;