-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Milestone
Description
I would expect that if reset_error returns OK, that I can enable the robot.
root@ted-Ubuntu:/home/ted/motoros2_moveit2_config_packages# ros2 service call /reset_error motoros2_interfaces/srv/ResetError
requester: making request: motoros2_interfaces.srv.ResetError_Request()
response:
motoros2_interfaces.srv.ResetError_Response(result_code=motoros2_interfaces.msg.MotionReadyEnum(value=1), message='success')
root@ted-Ubuntu:/home/ted/motoros2_moveit2_config_packages# ros2 service call /start_traj_mode motoros2_interfaces/srv/StartTrajMode
requester: making request: motoros2_interfaces.srv.StartTrajMode_Request()
response:
motoros2_interfaces.srv.StartTrajMode_Response(result_code=motoros2_interfaces.msg.MotionReadyEnum(value=103), message='The controller is in E-Stop')
Reactions are currently unavailable