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
After deactivating the algorithm manager with /algo_control_switch_srv, it always fails with answer.result=1.
Same thing with manual call rosservice call /algo_control_switch_srv "mode: 0" that returns error 1.
After deactivating the algorithm manager with
/algo_control_switch_srv
, it always fails withanswer.result=1
.Same thing with manual call
rosservice call /algo_control_switch_srv "mode: 0"
that returns error 1.As a consequence, recalibration is not possible after the joint state action server has been started at least once: https://github.com/ymollard/eDO_control/blob/master/src/edo/states.py#L257
The text was updated successfully, but these errors were encountered: