Skip to content

Remove Wheel Overload

removeWheelOverload() -> {Promise.<boolean>}

Remove wheel overload

Parameters

None

Return Value Promise.<boolean>

Whether the execution is successful

  • true - success
  • false - fail

Example

JavaScript
1
2
3
...
const success = await axRobot.removeWheelOverload();
...