File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments