move_to
Moves a motor to a specified absolute angle in degrees using closed-loop control, ensuring steps are not lost. Optionally set speed in degrees per second.
Instructions
Move one motor to an ABSOLUTE angle in degrees (closed-loop, won't lose steps).
Use when the user names a target position ("go to 90 degrees", "point straight up").
The target is clamped to the motor's configured software limits; any clamp is
reported in safety_notes. speed is degrees/second (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| motor | Yes | ||
| degrees | Yes | ||
| speed | No |