Skip to content

Commit d0a8729

Browse files
authored
Merge pull request #769 from nim65s/ros
ROS: update
2 parents d5ed922 + f7fb4e0 commit d0a8729

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ros_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
env:
3636
- {ROS_DISTRO: humble}
3737
- {ROS_DISTRO: jazzy}
38+
- {ROS_DISTRO: kilted}
3839
- {ROS_DISTRO: rolling}
3940
env:
4041
#CCACHE_DIR: /github/home/.ccache # Enable ccache

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Added
1010
- broadphase: add functional API for collision and distance callbacks ([#724](https://github.com/coal-library/coal/pull/724))
1111
- Added a second set of Python bindings based on nanobind ([#659](https://github.com/coal-library/coal/pull/659))
12+
- ROS: jrl_cmakemodules dependency + kilted CI ([#769](https://github.com/coal-library/coal/pull/769))
1213

1314
### Removed
1415
- Remove direct dependency to ([#744](https://github.com/coal-library/coal/pull/744)):

package.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,18 @@
1010
<maintainer email="louis.montaut@inria.fr">Louis Montaut</maintainer>
1111
<maintainer email="opensource@wolfgangmerkt.com">Wolfgang Merkt</maintainer>
1212
<maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
13-
<license>BSD</license>
13+
<license>BSD-3-Clause</license>
1414

1515
<url type="website">https://github.com/coal-library/coal</url>
1616

1717
<build_depend>git</build_depend>
1818
<build_depend>doxygen</build_depend>
19+
<build_depend>jrl_cmakemodules</build_depend>
1920
<!-- pylatexenc dependency commented since pip packages are not available on the buildfarm -->
2021
<!--<build_depend>python3-pylatexenc</build_depend>-->
21-
<build_depend condition="$ROS_PYTHON_VERSION == 2">python-lxml</build_depend>
2222
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-lxml</build_depend>
2323
<doc_depend>doxygen</doc_depend>
24-
<doc_depend condition="$ROS_PYTHON_VERSION == 2">python-lxml</doc_depend>
2524
<doc_depend condition="$ROS_PYTHON_VERSION == 3">python3-lxml</doc_depend>
26-
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
27-
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
2825
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
2926
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
3027
<depend>eigen</depend>

0 commit comments

Comments
 (0)