Skip to content

Commit

Permalink
added joint_state_controller as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and Alex committed Apr 11, 2014
1 parent 6f9272a commit f0eb0b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions labrob_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project(labrob_control)

find_package(catkin REQUIRED COMPONENTS
controller_manager
joint_state_controller
geometry_msgs
joy
rospy
Expand Down
2 changes: 2 additions & 0 deletions labrob_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@

<buildtool_depend>catkin</buildtool_depend>
<build_depend>controller_manager</build_depend>
<build_depend>joint_state_controller</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>joy</build_depend>
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>

<run_depend>controller_manager</run_depend>
<run_depend>joint_state_controller</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>joy</run_depend>
<run_depend>rospy</run_depend>
Expand Down

0 comments on commit f0eb0b7

Please sign in to comment.