Skip to content

Commit 424baf5

Browse files
authored
Merge pull request #290 from nim65s/ros
ROS: update
2 parents 21d54a9 + fd3be2f commit 424baf5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-linux-ros.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
env:
1818
- {ROS_DISTRO: humble}
1919
- {ROS_DISTRO: jazzy}
20+
- {ROS_DISTRO: kilted}
2021
- {ROS_DISTRO: rolling}
2122
env:
2223
CCACHE_DIR: /github/home/.ccache # Enable ccache
@@ -27,8 +28,6 @@ jobs:
2728
- uses: actions/checkout@v5
2829
with:
2930
submodules: recursive
30-
# eiquadprog is not yet available in ROS2
31-
- run: sed -i "/eiquadprog/d" package.xml
3231
# This step will fetch/store the directory used by ccache before/after the ci run
3332
- uses: actions/cache@v4
3433
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- ROS: jrl_cmakemodules dependency + kilted CI
11+
1012
## [1.9.0] - 2025-09-29
1113

1214
- Fix value of nEq when removeRigidContact for contact with priority > 0

package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414
<build_depend>git</build_depend>
1515
<build_depend>doxygen</build_depend>
16-
<!-- The following tags are recommended by REP-136 -->
17-
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
16+
<build_depend>jrl_cmakemodules</build_depend>
1817
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
1918
<depend>pinocchio</depend>
2019
<depend>eiquadprog</depend>

0 commit comments

Comments
 (0)