Skip to content

Releases: beam-bots/bb_pid_controller

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 23:03
498e3c0

Improvements:

  • give BB.PID.Kernel a scalar path for the single-loop case (#90) by James Harton

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 03:42

Breaking Changes:

  • fix loop timing and own the control law as an Nx kernel (#75) by James Harton

Bug Fixes:

  • test: expect paren-less DSL from the installer (#73) by James Harton

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 17 May 10:06
dfb5ec6
release v0.2.2

[v0.2.2](https://github.com/beam-bots/bb_pid_controller/compare/v0.2.1...v0.2.2) (2026-05-17)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 13 May 10:05
e3aa49a

Improvements:

  • add bb_pid_controller.install igniter task (#20) by James Harton

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jan 08:27
dfaaeba

Features:

  • implement PID controller using pid_control package by James Harton