Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 588 Bytes

locomotion.rst

File metadata and controls

23 lines (16 loc) · 588 Bytes

Locomotion

The most optimal methods for moving robots, using the Gyroscope and advanced mathematic methods.

example_drive(speed, time)

Parameters

  • speed (int) - The speed of the motors. Accepts values 0-100.
  • time (int) - The amount of time for the robot to drive forward in seconds.

KIPR Functions

  • mav (motor, velocity)