Skip to content

Commit

Permalink
Make it compatible with ROS Indigo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimorariu authored and de-vri-es committed Jul 29, 2016
1 parent 1125fb7 commit 911c713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.3)
project(dr_kdl)

find_package(catkin REQUIRED COMPONENTS dr_util kdl_parser sensor_msgs)
find_package(catkin REQUIRED COMPONENTS dr_util kdl_parser sensor_msgs cmake_modules)
find_package(orocos_kdl REQUIRED)
find_package(Eigen REQUIRED)

Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<buildtool_depend>catkin</buildtool_depend>
<build_depend>dr_util</build_depend>
<build_depend>kdl_parser</build_depend>
<build_depend>cmake_modules</build_depend>
<run_depend>kdl_parser</run_depend>

<export>
Expand Down

0 comments on commit 911c713

Please sign in to comment.