You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service call to /rws/set_motors_on sometimes fails with the following result:
result_code: 0message: "Service failed (e.g. timeout or resource not found, see the DEBUG log for details)"
This only seems to happen if I do not use the abb_robot_driver for a longer period of time (like 5min plus?) when the motors are off and I want to activate them again via the /rws/set_motors_on service call.
Immediately calling the same service again works and activates the motors as expected.
The text was updated successfully, but these errors were encountered:
dave992
changed the title
Call to set_motor_on failed after not using the robot for longer period
Call to set_motor_on failed after not using the robot for longer period of time
Aug 12, 2022
The service call to
/rws/set_motors_on
sometimes fails with the following result:This only seems to happen if I do not use the
abb_robot_driver
for a longer period of time (like 5min plus?) when the motors are off and I want to activate them again via the/rws/set_motors_on
service call.Immediately calling the same service again works and activates the motors as expected.
The text was updated successfully, but these errors were encountered: