Skip to content

Commit

Permalink
Add dr_base pkg with common dependencies.
Browse files Browse the repository at this point in the history
refs #876 @20M
  • Loading branch information
de-vri-es committed Jul 29, 2016
1 parent f7467ea commit ed3f41b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(dr_kdl)
find_package(catkin REQUIRED COMPONENTS
sensor_msgs
kdl_parser
dr_cmake
dr_base
dr_util
dr_eigen
)
Expand Down
12 changes: 5 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package>
<package format="2">
<name>dr_kdl</name>
<version>1.0.0</version>
<description>Delft Robotics KDL functions.</description>
Expand All @@ -12,12 +12,10 @@
<author email="[email protected]">Hans Gaiser</author>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>dr_cmake</build_depend>
<build_depend>dr_util</build_depend>
<build_depend>kdl_parser</build_depend>
<build_depend>dr_eigen</build_depend>
<run_depend>kdl_parser</run_depend>
<run_depend>dr_eigen</run_depend>
<depend>dr_base</depend>
<depend>dr_util</depend>
<depend>dr_eigen</depend>
<depend>kdl_parser</depend>

<export>
</export>
Expand Down

0 comments on commit ed3f41b

Please sign in to comment.