Skip to content

Commit 04f5ca8

Browse files
committed
Changes.
1 parent fad35c7 commit 04f5ca8

File tree

13 files changed

+54
-5
lines changed

13 files changed

+54
-5
lines changed

clearpath_bt_joy/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_bt_joy
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.7.4 (2025-09-18)
69
------------------
710

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.7.4 (2025-09-18)
69
------------------
710

clearpath_control/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_control
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.7.4 (2025-09-18)
69
------------------
710

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.7.4 (2025-09-18)
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.7.4 (2025-09-18)
69
------------------
710

clearpath_diagnostics/CHANGELOG.rst

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

11+
Forthcoming
12+
-----------
13+
1114
2.7.4 (2025-09-18)
1215
------------------
1316

clearpath_generator_common/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Put the router & base station diagnostics into Networking (`#272 <https://github.com/clearpathrobotics/clearpath_common/issues/272>`_)
8+
* Put the router & base station diagnostics into Networking, update the wireless watcher to use the correct flag
9+
* Update the new diagnostic names
10+
* Add dependency on python3-apt (`#273 <https://github.com/clearpathrobotics/clearpath_common/issues/273>`_)
11+
* Replace assertions in clearpath_generator_common with specific exceptions. Include error messages (`#271 <https://github.com/clearpathrobotics/clearpath_common/issues/271>`_)
12+
* Catch FileNotFound exceptions when loading the samples and ignore them
13+
Some samples have /path/to/... placeholders, which will never load correctly (`#270 <https://github.com/clearpathrobotics/clearpath_common/issues/270>`_)
14+
* Add `system.bash` support (`#268 <https://github.com/clearpathrobotics/clearpath_common/issues/268>`_)
15+
* Add the ability to specify additional BASH sources & envars directly from robot.yaml. Put quotation marks around exports (required if the value contains whitespace). Add comments to the bash file for clarity
16+
* Add support for automatic discovery range (`#262 <https://github.com/clearpathrobotics/clearpath_common/issues/262>`_)
17+
* Write the ROS_AUTOMATIC_DISCOVERY_RANGE and ROS_STATIC_PEERS envars
18+
* Unset ROS_STATIC_PEERS if there are no peers, rather than setting an empty string
19+
* Contributors: Chris Iverach-Brereton
20+
521
2.7.4 (2025-09-18)
622
------------------
723
* Feature: Kinova Jazzy Support (`#265 <https://github.com/clearpathrobotics/clearpath_common/issues/265>`_)

clearpath_generator_common/package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
<buildtool_depend>ament_cmake</buildtool_depend>
1616

17-
<exec_depend version_gte="2.5.0">clearpath_config</exec_depend>
18-
<exec_depend version_gte="2.5.0">clearpath_control</exec_depend>
19-
<exec_depend version_gte="2.5.0">clearpath_description</exec_depend>
20-
<exec_depend version_gte="2.5.0">clearpath_diagnostics</exec_depend>
21-
<exec_depend version_gte="2.5.0">clearpath_manipulators</exec_depend>
17+
<exec_depend version_gte="2.8.0">clearpath_config</exec_depend>
18+
<exec_depend version_gte="2.8.0">clearpath_control</exec_depend>
19+
<exec_depend version_gte="2.8.0">clearpath_description</exec_depend>
20+
<exec_depend version_gte="2.8.0">clearpath_diagnostics</exec_depend>
21+
<exec_depend version_gte="2.8.0">clearpath_manipulators</exec_depend>
2222

2323
<exec_depend>python3-apt</exec_depend>
2424

clearpath_manipulators/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_manipulators
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.7.4 (2025-09-18)
69
------------------
710

clearpath_manipulators_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_manipulators_description
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.7.4 (2025-09-18)
69
------------------
710
* Feature: Kinova Jazzy Support (`#265 <https://github.com/clearpathrobotics/clearpath_common/issues/265>`_)

0 commit comments

Comments
 (0)