Skip to content

Commit

Permalink
set required version of dependencies (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored and gaschler committed Jun 8, 2018
1 parent 3ee1db8 commit 3cb7efd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cartographer_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<build_depend>protobuf-dev</build_depend>
<build_depend>python-sphinx</build_depend>

<depend>cartographer</depend>
<depend>cartographer_ros_msgs</depend>
<depend version_gte="1.0.0">cartographer</depend>
<depend version_gte="1.0.0">cartographer_ros_msgs</depend>
<depend>eigen_conversions</depend>
<depend>geometry_msgs</depend>
<depend>libgflags-dev</depend>
Expand Down
6 changes: 3 additions & 3 deletions cartographer_rviz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@

<build_depend>g++-static</build_depend>

<depend>cartographer</depend>
<depend>cartographer_ros</depend>
<depend>cartographer_ros_msgs</depend>
<depend version_gte="1.0.0">cartographer</depend>
<depend version_gte="1.0.0">cartographer_ros</depend>
<depend version_gte="1.0.0">cartographer_ros_msgs</depend>
<depend>eigen_conversions</depend>
<depend>libqt5-core</depend>
<depend>libqt5-gui</depend>
Expand Down

0 comments on commit 3cb7efd

Please sign in to comment.