Skip to content

Releases: loco-3d/linear-feedback-controller

Release v3.1.0

11 Mar 10:30
v3.1.0

Choose a tag to compare

[3.1.0] - 2026-03-11

  • add support for rolling

Release v3.0.1

04 Nov 15:25
v3.0.1

Choose a tag to compare

[3.0.1] - 2025-11-04

  • add jrl_cmakemodules to package.xml

Release v3.0.0

23 Oct 13:38
v3.0.0

Choose a tag to compare

[3.0.0] - 2025-10-23

added

  • A passthrough_controller to simulate controllers on partial interface sets.
    Example in a certain robot there is one controller per joint on the robot
    but not in simulation. This passthrough controller helps the user to create
    a seemless interface for both the real robot and the simulation.

changed

  • Breaking API! The in and out interfaces can now be twicked interface by interface.

v2.0.0

15 Apr 08:04
c3b941c

Choose a tag to compare

Note on the release

This release is the first GitHub release though previous ones are available as tag in this repository.
This release has a major breaking change: the migration to ROS2.

It implies:

  • A more flexible code as we use chainable controller.
  • We split the math and the ROS code.
  • Unit-test now covers the math code.

What's Changed

New Contributors

Full Changelog: 1.0.2...v2.0.0