Description
We are unable to communicate with the force torque sensor after getting error 18 even after trying to clear the error. The error is shown as follows:
ControllerError, code: 18
ControllerError, code: 18
[SDK][ERROR][2024-11-28 14:25:07][base.py:380] - - API -> ft_sensor_app_set -> code=10, app_code=1
[set_state], xArm is ready to move
ControllerError had clean
ControllerError had clean
Trying to clean the error does not help
arm.clean_error()
arm.motion_enable(enable=True)
arm.set_mode(0)
arm.set_state(state=0)
arm.clean_warn()
arm.clean_gripper_error()
arm.ft_sensor_enable(1)
Even after tying to clear the error in those ways we still get nothing from trying to read the sensor data
arm.get_sensor_data()
returns
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
Turning the control box off and on works but is there any way to clear this error in software?