mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Added trajectory and actionlib interface
This commit is contained in:
@@ -35,7 +35,7 @@ UrRealtimeCommunication::UrRealtimeCommunication(
|
||||
setsockopt(sockfd_, SOL_SOCKET, SO_REUSEADDR, (char *) &flag_, sizeof(int));
|
||||
connected_ = false;
|
||||
keepalive_ = false;
|
||||
safety_count_ = 0;
|
||||
safety_count_ = safety_count_max+1;
|
||||
safety_count_max_ = safety_count_max;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user