robot_servo
robot_servo
Description
Enables or disables the servo action of each of the four robot axes. Disabled servo action allows the robot to be positioned by hand.
NOTE: The robot must be re-homed before moving again after turning servo action off.
Signature
robot_servo(self, servo: bool)
Parameters
servo: bool
Turns all robot servos on if True, off if False.
Example