Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

v2.4.0

Compare
Choose a tag to compare
@stephane-caron stephane-caron released this 27 May 13:51
· 67 commits to main since this release

This release adds the HistoryObserver, a generic observer that reports high-frequency history vectors to lower-frequency agents. It also fixes a compilation issue on macOS.

Added

  • BulletInterface: Unit test for contact monitoring
  • Python: Expose SpineInterface from top-level module
  • observers: History observer

Changed

  • Update palimpsest to v2.1.0

Fixed

  • Spine: Cast logger_.last_size() explicitly to uint32_t, thanks to @ubgk 👍