Skip to content

Commit

Permalink
Merge pull request #37 from k-okada/add_pr2_msgs
Browse files Browse the repository at this point in the history
add depend to pr2_controller_msgs
  • Loading branch information
k-okada committed Feb 14, 2018
2 parents f833ee2 + 619f74f commit 0b3e916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion joint_trajectory_generator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ find_package(catkin REQUIRED COMPONENTS
urdf
angles
actionlib
pr2_controllers_msgs
joint_trajectory_action)

find_package(Boost REQUIRED COMPONENTS thread)
Expand All @@ -14,7 +15,7 @@ find_package(orocos_kdl REQUIRED)
catkin_package(
INCLUDE_DIRS include
LIBRARIES joint_trajectory_generation
CATKIN_DEPENDS roscpp urdf angles actionlib joint_trajectory_action
CATKIN_DEPENDS roscpp urdf angles actionlib joint_trajectory_action pr2_controllers_msgs
DEPENDS Boost orocos_kdl)

include_directories(
Expand Down
2 changes: 2 additions & 0 deletions joint_trajectory_generator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@
<build_depend>angles</build_depend>
<build_depend>orocos_kdl</build_depend>
<build_depend>joint_trajectory_action</build_depend>
<build_depend>pr2_controllers_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>urdf</build_depend>

<run_depend>actionlib</run_depend>
<run_depend>angles</run_depend>
<run_depend>orocos_kdl</run_depend>
<run_depend>joint_trajectory_action</run_depend>
<run_depend>pr2_controllers_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>urdf</run_depend>

Expand Down

0 comments on commit 0b3e916

Please sign in to comment.