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

Stop sending data to servoj when stopTraj is called

This commit is contained in:
Thomas Timm Andersen
2015-10-08 15:47:39 +02:00
parent 8c9595bbf2
commit 1d54bcca1d
2 changed files with 6 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ private:
int incoming_sockfd_;
int new_sockfd_;
double servoj_time_;
bool executing_traj_;
public:
UrRealtimeCommunication* rt_interface_;
UrCommunication* sec_interface_;