move_to
Move a servomotor to an absolute angle in degrees and wait until it settles. Use when a target position is specified, such as 'go to 90 degrees' or 'one full turn'.
Instructions
Move one motor to an ABSOLUTE angle in degrees and wait for it to finish.
Use when the user names a target position ("go to 90 degrees", "one full turn" =
360). Angles are unbounded multi-turn (720 = two full turns). speed_dps is
degrees/second (default 180). Enables the motor's MOSFETs automatically and returns
the settled position. For very long moves (>30 s) prefer go_to_position plus
get_n_queued_items polling so the tool call doesn't time out.
motor: an alias number (e.g. 88) or a 16-hex-digit unique ID from list_motors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| motor | Yes | ||
| degrees | Yes | ||
| speed_dps | No |