vector_drive
Moves an Anki Vector robot straight or turns it in place by specifying distance, angle, and speed. Enables local motion control for navigation tasks.
Instructions
Move the robot straight and/or turn it in place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speed | No | Drive speed in mm/s (default: 50) | |
| angle_deg | No | Turn angle in degrees (positive = left) | |
| distance_mm | No | Distance in millimetres (positive = forward) |