Skip to content

v2.1.0

Compare
Choose a tag to compare
@valgur valgur released this 08 Dec 20:15
· 182 commits to master since this release

Added

  • read_bag() now optionally also includes frame_id-s from the ROS messages in the returned tuples
    when return_frame_id=True is set.

Fixed

  • Fixed Config("model") constructor not working as expected due to calibration_file missing a default value.
  • Fixed out-of-scope pointer dereferencing in the calibration parser.
  • Fixed a build error on Windows due to yaml-cpp by pinning its version to 0.7.