mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-09 17:40:47 +02:00
fixed requestProgram function in script sender not returning correctly
This commit is contained in:
@@ -93,13 +93,13 @@ private:
|
||||
else
|
||||
{
|
||||
LOG_WARN("Received unexpected message on script request port ");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_WARN("Could not read on script request port");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void sendProgram()
|
||||
|
||||
Reference in New Issue
Block a user