1
0
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:
Thomas Timm Andersen
2015-09-08 19:26:43 +02:00
parent bbcac405d4
commit 28e033f5b3
4 changed files with 243 additions and 16 deletions

View File

@@ -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;
}