Skip to content

Commit 45ca97f

Browse files
committed
changelog
1 parent 6be2d9f commit 45ca97f

5 files changed

Lines changed: 50 additions & 0 deletions

File tree

mola_georeferencing/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package mola_georeferencing
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.3.0 (2026-04-29)
69
------------------
710
* FIX: Filter out invalid geodetic coordinates (0,0,0)

mola_gtsam_factors/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package mola_gtsam_factors
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.3.0 (2026-04-29)
69
------------------
710

mola_state_estimation/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package mola_state_estimation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.3.0 (2026-04-29)
69
------------------
710

mola_state_estimation_simple/CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package mola_state_estimation_simple
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#28 <https://github.com/MOLAorg/mola_state_estimation/issues/28>`_ from Zeal-Robotics/fix/simple-fuse-imu-preserve-linear-twist
8+
fix(state_estimation_simple): preserve linear twist across fuse_imu()
9+
Regression introduced in 15a1fce ("Add tests for simple estimator").
10+
* Merge pull request `#26 <https://github.com/MOLAorg/mola_state_estimation/issues/26>`_ from MOLAorg/fix/smoother-issues
11+
Fix misc smoother issues
12+
* Remove copies of RegexCache.h and use the shared version in mola_kernel
13+
* Merge pull request `#25 <https://github.com/MOLAorg/mola_state_estimation/issues/25>`_ from MOLAorg/feat/simple-also-process-robot-pose-obs
14+
feat: Simple estimator now also processes CObservationsRobotPose
15+
* add regex filtering
16+
* feat: Simple estimator now also processes CObservationsRobotPose
17+
* Contributors: Jose Luis Blanco-Claraco, Robin Van Cauwenbergh
18+
519
2.3.0 (2026-04-29)
620
------------------
721
* Merge pull request `#24 <https://github.com/MOLAorg/mola_state_estimation/issues/24>`_ from MOLAorg/fix/bugs-in-simple-estimator-cov

mola_state_estimation_smoother/CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
Changelog for package mola_state_estimation_smoother
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

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+
532
2.3.0 (2026-04-29)
633
------------------
734
* Merge pull request `#23 <https://github.com/MOLAorg/mola_state_estimation/issues/23>`_ from MOLAorg/feat/fuse-ros2-demos

0 commit comments

Comments
 (0)