Skip to content

Commit b06f906

Browse files
authored
Release Beluga 2.1.1 (#560)
### Proposed changes Precisely what the title says. Patch release given changes since 2.1.0 have been mild. #### Type of change - [ ] 🐛 Bugfix (change which fixes an issue) - [ ] 🚀 Feature (change which adds functionality) - [x] 📚 Documentation (change which fixes or extends documentation) ### Checklist _Put an `x` in the boxes that apply. This is simply a reminder of what we will require before merging your code._ - [x] Lint and unit tests (if any) pass locally with my changes - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have added necessary documentation (if appropriate) - [x] All commits have been signed for [DCO](https://developercertificate.org/) --------- Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
1 parent 3fa8ce3 commit b06f906

19 files changed

Lines changed: 58 additions & 10 deletions

File tree

beluga/CHANGELOG.rst

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

5+
2.1.1 (2026-04-20)
6+
------------------
7+
* Change default of the strict boundaries setting to true (`#555 <https://github.com/Ekumen-OS/beluga/issues/555>`_)
8+
* Add paranoid mode (`#557 <https://github.com/Ekumen-OS/beluga/issues/557>`_)
9+
* Add missing Eigen/Eigenvalues include for GCC 15 / Eigen5 compatibility (`#553 <https://github.com/Ekumen-OS/beluga/issues/553>`_)
10+
* Add new overload for reweight action that tracks likelihood (`#530 <https://github.com/Ekumen-OS/beluga/issues/530>`_)
11+
* Thick walls pre-processing feature added (`#541 <https://github.com/Ekumen-OS/beluga/issues/541>`_)
12+
* Add random probability term to landmark sensor model (`#544 <https://github.com/Ekumen-OS/beluga/issues/544>`_)
13+
* Drop `ciabatta` dependency (`#542 <https://github.com/Ekumen-OS/beluga/issues/542>`_)
14+
* Contributors: Andrés Brumovsky, Gerardo Puga, Jesús Silva, Michel Hidalgo, Nahuel Espinosa, Paul Verhoeckx, Tim Clephas
15+
516
2.1.0 (2025-11-25)
617
------------------
718
* Beluga compiles with MSVC on Windows (`#523 <https://github.com/Ekumen-OS/beluga/issues/523>`_)

beluga/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>beluga</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66

77
<description>A generic MCL library for ROS2.</description>
88

beluga_amcl/CHANGELOG.rst

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

5+
2.1.1 (2026-04-20)
6+
------------------
7+
* Change default of the strict boundaries setting to true (`#555 <https://github.com/Ekumen-OS/beluga/issues/555>`_)
8+
* Add paranoid mode (`#557 <https://github.com/Ekumen-OS/beluga/issues/557>`_)
9+
* Thick walls pre-processing feature added (`#541 <https://github.com/Ekumen-OS/beluga/issues/541>`_)
10+
* Contributors: Andrés Brumovsky, Gerardo Puga, Michel Hidalgo
11+
512
2.1.0 (2025-11-25)
613
------------------
714
* Beluga AMCL documentation update (`#536 <https://github.com/Ekumen-OS/beluga/issues/536>`_)

beluga_amcl/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>beluga_amcl</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66

77
<description>An AMCL node implementation for ROS2 using Beluga.</description>
88

beluga_benchmark/CHANGELOG.rst

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

5+
2.1.1 (2026-04-20)
6+
------------------
7+
58
2.1.0 (2025-11-25)
69
------------------
710
* Drop Noetic support (`#520 <https://github.com/Ekumen-OS/beluga/issues/520>`_)

beluga_benchmark/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>beluga_benchmark</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66

77
<description>Scripts to benchmark, profile and compare beluga with other AMCL implementations.</description>
88

beluga_example/CHANGELOG.rst

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

5+
2.1.1 (2026-04-20)
6+
------------------
7+
58
2.1.0 (2025-11-25)
69
------------------
710
* Remove ROS 1 references and documentation (`#528 <https://github.com/Ekumen-OS/beluga/issues/528>`_)

beluga_example/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>beluga_example</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66

77
<description>Example launch files for Beluga AMCL.</description>
88

beluga_ros/CHANGELOG.rst

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

5+
2.1.1 (2026-04-20)
6+
------------------
7+
* Change default of the strict boundaries setting to true (`#555 <https://github.com/Ekumen-OS/beluga/issues/555>`_)
8+
* Add paranoid mode (`#557 <https://github.com/Ekumen-OS/beluga/issues/557>`_)
9+
* Contributors: Gerardo Puga, Michel Hidalgo
10+
511
2.1.0 (2025-11-25)
612
------------------
713
* Remove ROS 1 references and documentation (`#528 <https://github.com/Ekumen-OS/beluga/issues/528>`_)

beluga_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>beluga_ros</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66

77
<description>Utilities to interface ROS with Beluga.</description>
88

0 commit comments

Comments
 (0)