mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Added info message about reconnection aquired
This commit is contained in:
@@ -163,6 +163,7 @@ void UrCommunication::run() {
|
|||||||
print_error("Error re-connecting to port 30002. Is controller started? Will try to reconnect in 10 seconds...");
|
print_error("Error re-connecting to port 30002. Is controller started? Will try to reconnect in 10 seconds...");
|
||||||
} else {
|
} else {
|
||||||
connected_ = true;
|
connected_ = true;
|
||||||
|
print_info("Secondary port: Reconnected");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -162,6 +162,7 @@ void UrRealtimeCommunication::run() {
|
|||||||
print_error("Error re-connecting to RT port 30003. Is controller started? Will try to reconnect in 10 seconds...");
|
print_error("Error re-connecting to RT port 30003. Is controller started? Will try to reconnect in 10 seconds...");
|
||||||
} else {
|
} else {
|
||||||
connected_ = true;
|
connected_ = true;
|
||||||
|
print_info("Realtime port: Reconnected");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user