4.0.0b5
Pre-release
Pre-release
Added
- Added support for absolute turns with and without the gyro
withdrive_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.0at the start of a user program for consistent
drivebase behavior.
Fixed
- Fix missing classes in
pybricks.iodeviceson SPIKE Prime (regression in
4.0.0b2) (pybricks-micropython#456).