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