mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-09 17:40:47 +02:00
Added error-output on illegal or non-supported setIO function
This commit is contained in:
@@ -576,6 +576,7 @@ bool HardwareInterface::setIO(ur_msgs::SetIORequest& req, ur_msgs::SetIOResponse
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_ERROR("Cannot execute function %u. This is not (yet) supported.", req.fun);
|
||||
res.success = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user