1
0
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:
Felix Mauch
2019-09-19 17:12:27 +02:00
committed by Lea Steffen
parent f8ecc633ad
commit ee7e2c5dcb

View File

@@ -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;
}