Skip to content

4.0.0b5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jan 11:30

Added

  • Added support for absolute turns with and without the gyro
    with drive_base.turn(angle, absolute=True) (pybricks-micropython#458).
  • Added support for coordinate traversals with drive_base.move_by(dx, dy) for
    practical navigation (pybricks-micropython#458).

Changed

  • Reset IMU heading to 0.0 at the start of a user program for consistent
    drivebase behavior.

Fixed