68dc195ea4
* updated pivots * redirect support to forum * adding top level FLL link * updated wording
467 B
467 B
Pivot Turn
A pivot turn happens when a EV3 Driving Base turns around a wheel by spinning a single wheel.
You can achieve turn with a tank
or a steer
block.
forever(function() {
motors.largeBC.tank(50, 0, 2, MoveUnit.Rotations)
motors.largeBC.tank(0, 50, 2, MoveUnit.Rotations)
})