Skip to content

Commit

Permalink
Add missing roscpp & rospy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-reynolds committed Jan 9, 2020
1 parent 37d1288 commit 79b504c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ find_package(catkin REQUIRED COMPONENTS
controller_manager_msgs
hardware_interface
pluginlib
roscpp
)

# Include Boost.Thread
Expand All @@ -25,6 +26,7 @@ catkin_package(
controller_manager_msgs
hardware_interface
pluginlib
roscpp
DEPENDS
Boost
)
Expand Down
1 change: 1 addition & 0 deletions controller_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<depend>controller_manager_msgs</depend>
<depend>hardware_interface</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>

<test_depend>rostest</test_depend>
</package>
1 change: 1 addition & 0 deletions controller_manager_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project(controller_manager_tests)
find_package(catkin REQUIRED COMPONENTS
controller_interface
controller_manager
roscpp
)

catkin_python_setup()
Expand Down
1 change: 1 addition & 0 deletions controller_manager_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<depend>controller_interface</depend>
<depend>controller_manager</depend>
<depend>roscpp</depend>

<test_depend>rosbash</test_depend>
<test_depend>rosnode</test_depend>
Expand Down
3 changes: 2 additions & 1 deletion joint_limits_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ catkin_package(
include
CATKIN_DEPENDS
hardware_interface
roscpp urdf
roscpp
urdf
DEPENDS
urdfdom
)
Expand Down
2 changes: 1 addition & 1 deletion rqt_controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(rqt_controller_manager)

# Load catkin and all dependencies required for this package
find_package(catkin REQUIRED COMPONENTS)
find_package(catkin REQUIRED)

catkin_python_setup()

Expand Down
1 change: 1 addition & 0 deletions rqt_controller_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<exec_depend>controller_manager</exec_depend>
<exec_depend>rqt_gui</exec_depend>
<exec_depend>rospy</exec_depend>

<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
Expand Down

0 comments on commit 79b504c

Please # to comment.