Skip to content

Commit 056830c

Browse files
authored
Merge pull request #602 from nim65s/ros
ROS: update
2 parents 7326559 + e66b19e commit 056830c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ros_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
env:
3838
- {ROS_DISTRO: humble}
3939
- {ROS_DISTRO: jazzy}
40+
- {ROS_DISTRO: kilted}
4041
- {ROS_DISTRO: rolling}
4142
env:
4243
# PRERELEASE: true # Fails due to issues in the underlying Docker image

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212

1313
### Added
1414
- Support for Python slice, tuple and list indexing for `std::vector` bindings ([#592](https://github.com/stack-of-tasks/eigenpy/pull/592))
15+
- ROS: jrl_cmakmodules dependency + kilted CI ([#602](https://github.com/stack-of-tasks/eigenpy/pull/602))
1516

1617
### Fixed
1718
- Fix partly the support of the change of API of GeneralizedEigenSolver in Eigen 5+ ([#594](https://github.com/stack-of-tasks/eigenpy/pull/594))

package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
<maintainer email="[email protected]">Guilhem Saurel</maintainer>
99
<author>Justin Carpentier</author>
1010
<author>Nicolas Mansard</author>
11-
<license>BSD</license>
11+
<license>BSD-2-Clause</license>
1212

1313
<url type="website">https://github.com/stack-of-tasks/eigenpy</url>
1414

1515
<build_depend>git</build_depend>
1616
<build_depend>doxygen</build_depend>
17+
<build_depend>jrl_cmakemodules</build_depend>
1718

1819
<depend>python3</depend>
1920
<depend>python3-numpy</depend>

0 commit comments

Comments
 (0)