Skip to content

Commit 0aca491

Browse files
committed
Changes.
1 parent 4ca3a6f commit 0aca491

File tree

17 files changed

+76
-14
lines changed

17 files changed

+76
-14
lines changed

clearpath_bt_joy/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Disable symlink rule to rely on DS4DRV instead
8+
* Contributors: Luis Camero
9+
510
2.3.2 (2025-04-30)
611
------------------
712

clearpath_common/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
2.3.2 (2025-04-30)
69
------------------
710

clearpath_common/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
<buildtool_depend>ament_cmake</buildtool_depend>
1515

16-
<exec_depend version_gte="2.3.0">clearpath_control</exec_depend>
17-
<exec_depend version_gte="2.3.0">clearpath_description</exec_depend>
18-
<exec_depend version_gte="2.3.0">clearpath_generator_common</exec_depend>
16+
<exec_depend version_gte="2.5.0">clearpath_control</exec_depend>
17+
<exec_depend version_gte="2.5.0">clearpath_description</exec_depend>
18+
<exec_depend version_gte="2.5.0">clearpath_generator_common</exec_depend>
1919

2020
<export>
2121
<build_type>ament_cmake</build_type>

clearpath_control/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix the velocity limits for Dingo-O using Logitech controllers (`#207 <https://github.com/clearpathrobotics/clearpath_common/issues/207>`_)
8+
* Increase A300 teleop normal speed to 0.4, reduce turbo speed to 1.5 (`#206 <https://github.com/clearpathrobotics/clearpath_common/issues/206>`_)
9+
* Contributors: Chris Iverach-Brereton
10+
511
2.3.2 (2025-04-30)
612
------------------
713

clearpath_customization/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
2.3.2 (2025-04-30)
69
------------------
710

clearpath_description/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
2.3.2 (2025-04-30)
69
------------------
710

clearpath_description/package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
<buildtool_depend>ament_cmake</buildtool_depend>
1919

20-
<exec_depend version_gte="2.3.0">clearpath_mounts_description</exec_depend>
21-
<exec_depend version_gte="2.3.0">clearpath_platform_description</exec_depend>
22-
<exec_depend version_gte="2.3.0">clearpath_sensors_description</exec_depend>
23-
<exec_depend version_gte="2.3.0">clearpath_manipulators_description</exec_depend>
20+
<exec_depend version_gte="2.5.0">clearpath_mounts_description</exec_depend>
21+
<exec_depend version_gte="2.5.0">clearpath_platform_description</exec_depend>
22+
<exec_depend version_gte="2.5.0">clearpath_sensors_description</exec_depend>
23+
<exec_depend version_gte="2.5.0">clearpath_manipulators_description</exec_depend>
2424

2525
<export>
2626
<build_type>ament_cmake</build_type>

clearpath_diagnostics/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ Changelog for package clearpath_diagnostics
88
2.3.3 (2025-04-17)
99
------------------
1010

11+
Forthcoming
12+
-----------
13+
* Allow broad window of BMS message rates (`#218 <https://github.com/clearpathrobotics/clearpath_common/issues/218>`_)
14+
* Fix/fw version check (`#217 <https://github.com/clearpathrobotics/clearpath_common/issues/217>`_)
15+
* Add condition for mcu firmware version newer than apt package
16+
* Clarify wording for checks that are evaluated on boot
17+
* Fix: Foxglove Bridge Superclient (`#214 <https://github.com/clearpathrobotics/clearpath_common/issues/214>`_)
18+
* Feature: Foxglove Bridge (`#213 <https://github.com/clearpathrobotics/clearpath_common/issues/213>`_)
19+
* Add foxglove bridge launch and parameter file
20+
* Add foxglove bridge parameter to generator
21+
* Move clearpath_diagnostics to clearpath_common (`#211 <https://github.com/clearpathrobotics/clearpath_common/issues/211>`_)
22+
* Contributors: Hilary Luo, luis-camero
23+
1124
2.3.2 (2025-04-16)
1225
------------------
1326

clearpath_diagnostics/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>clearpath_diagnostics</name>
5-
<version>2.4.0</version>
5+
<version>2.3.2</version>
66
<description>Clearpath Robot Diagnostics Monitor</description>
77

88
<maintainer email="[email protected]">Hilary Luo</maintainer>

clearpath_generator_common/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Feature: Foxglove Bridge (`#213 <https://github.com/clearpathrobotics/clearpath_common/issues/213>`_)
8+
* Add foxglove bridge launch and parameter file
9+
* Add foxglove bridge parameter to generator
10+
* Move clearpath_diagnostics to clearpath_common (`#211 <https://github.com/clearpathrobotics/clearpath_common/issues/211>`_)
11+
* Add cooling and ekf-node diagnostic settings conditionally (`#209 <https://github.com/clearpathrobotics/clearpath_common/issues/209>`_)
12+
* Add cooling and ekf-node diagnostic settings conditionally
13+
* Contributors: Hilary Luo, luis-camero
14+
515
2.3.2 (2025-04-30)
616
------------------
717

0 commit comments

Comments
 (0)