Skip to content

Release of MRPT 1.5.2

Compare
Choose a tag to compare
@jlblancoc jlblancoc released this 06 Aug 10:01
· 261 commits to mrpt-1.5 since this release

Changelog:

  • Changes in libraries:
    • mrpt_base
      • Added methods:
        • mrpt::synch::CCriticalSection::try_enter()
        • mrpt::synch::CCriticalSectionRecursive::try_enter()
    • mrpt_nav
      • mrpt::nav::CAbstractNavigator: callbacks in mrpt::nav::CRobot2NavInterface are now invoked after navigationStep() to avoid problems if user code invokes the navigator API to change its state.
      • Added methods to load/save mrpt::nav::TWaypointSequence to configuration files.
    • mrpt_slam
      • rbpf-slam: Add support for simplemap continuation.
  • BUG FIXES:
    • Fix reactive navigator inconsistent state if navigation API is called from within rnav callbacks.
    • Fix incorrect evaluation of "ASSERT" formulas in mrpt::nav::CMultiObjectiveMotionOptimizerBase