Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ROS: jrl_cmakemodules dependency

## [1.3.0] - 1980-01-01

- :warning: require C++ >= 14
Expand Down
5 changes: 2 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
<license>LGPLv3</license>

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

<build_depend>git</build_depend>
<build_depend>doxygen</build_depend>
<!-- The following tags are recommended by REP-136 -->
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<build_depend>jrl_cmakemodules</build_depend>
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
<depend>boost</depend>
<depend>eigen</depend>
Expand Down
Loading