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

Fixed set_io service to work with 3.x

This commit is contained in:
Thomas Timm Andersen
2015-12-03 10:54:36 +01:00
parent 5c71c89c1d
commit 3402db3348
2 changed files with 27 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ private:
bool reverse_connected_;
double servoj_time_;
bool executing_traj_;
double firmware_version_;
public:
UrRealtimeCommunication* rt_interface_;
UrCommunication* sec_interface_;