1
0
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:
Thomas Timm Andersen
2015-10-20 13:41:45 +02:00
parent 1de174d73f
commit a918626dad
2 changed files with 2 additions and 0 deletions

View File

@@ -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...");
} else {
connected_ = true;
print_info("Secondary port: Reconnected");
}
}
}