Skip to content

Release v3.3.0b4

Compare
Choose a tag to compare
@dlech dlech released this 21 Apr 22:01
· 102 commits to master since this release

Added

  • Documented integral_deadzone in Control.pid().
  • Documented Motor.model. This can be used to view the estimated motor
    state and change its settings.
  • Added rotation, orientation, ready, stationary and settings methods
    to IMU class.
  • Added GyroDriveBase class to pybricks.robotics.

Changed

  • Change implementation status of IMU.heading and IMU.reset_heading. They
    are now implemented, with some limitations as noted in a note box.
  • Moved Matrix and vector from pybricks.geometry to pybricks.tools.
  • Moved Axis from pybricks.geometry to pybricks.parameters.

Removed

  • Removed pybricks.geometry module.