mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Code cleanup
This commit is contained in:
@@ -156,7 +156,6 @@ void UrRealtimeCommunication::run() {
|
||||
while (keepalive_ && !connected_) {
|
||||
std::this_thread::sleep_for(std::chrono::seconds(10));
|
||||
fd_set writefds;
|
||||
keepalive_ = true;
|
||||
|
||||
connect(sockfd_, (struct sockaddr *) &serv_addr_,
|
||||
sizeof(serv_addr_));
|
||||
|
||||
Reference in New Issue
Block a user