Skip to content

Commit 80715f2

Browse files
authored
Merge pull request #2789 from nim65s/rosp
ROS: update
2 parents 6f79be1 + e4c2b82 commit 80715f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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
- Homogenize python viewers examples ([#2771](https://github.com/stack-of-tasks/pinocchio/pull/2771))
1414
- Add docker images ([#2776](https://github.com/stack-of-tasks/pinocchio/pull/2776))
15+
- ROS: added jrl_cmakemodules dependency ([#2789](https://github.com/stack-of-tasks/pinocchio/pull/2789))
1516

1617
## [3.8.0] - 2025-09-17
1718

package.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,20 @@
88
<maintainer email="[email protected]">Justin Carpentier</maintainer>
99
<maintainer email="[email protected]">Wolfgang Merkt</maintainer>
1010
<maintainer email="[email protected]">Guilhem Saurel</maintainer>
11-
<license>BSD-2</license>
11+
<license>BSD-2-Clause</license>
1212

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

1515
<build_depend>git</build_depend>
1616
<build_depend>doxygen</build_depend>
17+
<build_depend>jrl_cmakemodules</build_depend>
1718
<doc_depend>doxygen</doc_depend>
1819
<doc_depend>texlive-latex-base</doc_depend>
1920
<!-- Required for the environment variables (ROS_VERSION, ROS_DISTRO) to be available -->
2021
<depend>ros_environment</depend>
21-
<!-- The following tags are recommended by REP-136 -->
22-
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
2322
<depend>python3</depend>
2423
<depend>python3-numpy</depend>
2524
<depend condition="$ROS_VERSION == 2">urdfdom</depend>
26-
<depend condition="$ROS_VERSION == 1">liburdfdom-dev</depend>
2725
<depend>eigen</depend>
2826
<depend>boost</depend>
2927
<depend>eigenpy</depend>

0 commit comments

Comments
 (0)