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

added log message about program running

This commit is contained in:
Felix Mauch
2019-07-16 11:53:30 +02:00
parent bc683903b7
commit 7dd9bc0c55

View File

@@ -172,6 +172,7 @@ void UrDriver::startWatchdog()
while (true) while (true)
{ {
LOG_INFO("Robot ready to receive control commands.");
handle_program_state_(true); handle_program_state_(true);
while (reverse_interface_active_ == true) while (reverse_interface_active_ == true)
{ {