Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add depend to pr2_controller_msgs #37

Merged
merged 1 commit into from
Feb 14, 2018
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
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