|
2 | 2 | Changelog for package mola_state_estimation_smoother |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Merge pull request `#27 <https://github.com/MOLAorg/mola_state_estimation/issues/27>`_ from MOLAorg/feature/ros2-integration-tests |
| 8 | + Add ROS 2 launch-testing integration tests for StateEstimationSmoother |
| 9 | +* fix missing test dep |
| 10 | +* workaround for older mola_yaml |
| 11 | +* Fix frames of reference for the test checker |
| 12 | +* Progress fixing integration test |
| 13 | +* mock test code clean up |
| 14 | +* More debug traces in python mock integration test |
| 15 | +* Add ROS 2 launch-testing integration tests for StateEstimationSmoother |
| 16 | + Two end-to-end test scenarios driven by a Python sensor mock node. |
| 17 | +* Merge pull request `#26 <https://github.com/MOLAorg/mola_state_estimation/issues/26>`_ from MOLAorg/fix/smoother-issues |
| 18 | + Fix misc smoother issues |
| 19 | +* Clarify docs and fix test noise thresholds |
| 20 | +* Remove copies of RegexCache.h and use the shared version in mola_kernel |
| 21 | +* fix: make RegexCache move-assignable after adding std::mutex |
| 22 | +* fix: guard IMU quaternion path against NaN components in fuse_imu |
| 23 | +* fix: make RegexCache::get_regex thread-safe |
| 24 | +* fix: replace ASSERT\_ with descriptive exception in get_latest_state_and_covariance |
| 25 | +* fix: use monotonic counter for odometry frame IDs |
| 26 | +* fix: check both link sets before inserting in add_kinematic_factor_between |
| 27 | +* fix: make GNSS Huber threshold a configurable parameter |
| 28 | +* fix: skip BetweenFactor on first fuse_odometry call |
| 29 | +* feat: Print number of active factors in DEBUG log level |
| 30 | +* Contributors: Jose Luis Blanco-Claraco |
| 31 | + |
5 | 32 | 2.3.0 (2026-04-29) |
6 | 33 | ------------------ |
7 | 34 | * Merge pull request `#23 <https://github.com/MOLAorg/mola_state_estimation/issues/23>`_ from MOLAorg/feat/fuse-ros2-demos |
|
0 commit comments