![]() |
The Move Steering block can make your robot drive forward, backward, turn, or stop. You can adjust the steering to make your robot go straight, drive in arcs, or make tight turns. Use the Move Steering block for robot vehicles that have two Large Motors, with one motor driving the left side of the vehicle and the other the right side. The Move Steering block will control both motors at the same time, to drive your vehicle in the direction that you choose. |












| Rotations | Degrees |
|---|---|
| 1 | 360 |
| 2 | 720 |
| 0.5 | 180 |
| 1.25 | 450 |
| 7.2 | 2592 |

| Input | Type | Allowed Values | Notes |
|---|---|---|---|
| Power | Numeric | -100 to 100 | Motor power level. See Motor Power and Direction. |
| Steering | Numeric | -100 to 100 | Steering direction. See Steering and Motor Speed. |
| Brake at End | Logic | True/False | Applies when the block finishes. If True, the motors are stopped immediately and held in position. If False, motor power stops and the motors are allowed to coast. |
| Seconds | Numeric | ≥ 0 | Movement time in seconds. |
| Degrees | Numeric | Any Number | Amount of movement amount in degrees. 360 degrees make a full rotation. |
| Rotations | Numeric | Any Number | Amount of movement in rotations. |