turn_right
Turn the EV3 robot right for a timed duration by driving the left motor forward and right motor reverse. Set speed percent and duration for the maneuver.
Instructions
Differential turn right (left motor forward, right reverse) for a timed duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speed_pct | No | Speed percent 1–max (clamped). Uses default if omitted. | |
| duration_s | No | Seconds to turn (clamped to configured max). Uses default if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||