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

Close RT socket

This commit is contained in:
Thomas Timm Andersen
2015-09-15 17:10:01 +02:00
parent c010efd225
commit ad1ec0d9e9

View File

@@ -99,6 +99,7 @@ void UrRealtimeCommunication::run() {
command_string_lock_.unlock(); command_string_lock_.unlock();
} }
close(sockfd_);
} }
void UrRealtimeCommunication::setSafetyCountMax(uint inp) { void UrRealtimeCommunication::setSafetyCountMax(uint inp) {