Skip to content

Commit ba81735

Browse files
authored
Merge pull request #73 from nim65s/ros
ROS: update
2 parents d7d5acd + 99e3481 commit ba81735

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
11+
1012
## [1.3.0] - 1980-01-01
1113

1214
- :warning: require C++ >= 14

package.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<maintainer email="[email protected]">Guilhem Saurel</maintainer>
99
<license>LGPLv3</license>
1010

11-
<url>git@github.com:stack-of-tasks/eiquadprog.git</url>
11+
<url>https://github.com/stack-of-tasks/eiquadprog</url>
1212
<author>Gabriele Buondonno</author>
1313
<author>Andrea Del Prete</author>
1414
<author>Luca Di Gaspero</author>
@@ -18,8 +18,7 @@
1818

1919
<build_depend>git</build_depend>
2020
<build_depend>doxygen</build_depend>
21-
<!-- The following tags are recommended by REP-136 -->
22-
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
21+
<build_depend>jrl_cmakemodules</build_depend>
2322
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
2423
<depend>boost</depend>
2524
<depend>eigen</depend>

0 commit comments

Comments
 (0)