turn_left
Execute a left turn on an EV3 robot by reversing the left motor and driving the right motor forward for a timed duration, with configurable speed and duration.
Instructions
Differential turn left (left motor reverse, right forward) 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 | |||