Skip to content

Commit

Permalink
Fixed ROS build files to be compatible with ROSDEP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Pecka committed Jun 8, 2015
1 parent 3f32aa4 commit 2bb66e0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ros_bubble_rob/package.xml
Expand Up @@ -10,7 +10,7 @@
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>opencv2</build_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>vrep_common</build_depend>
<build_depend>image_transport</build_depend>
<run_depend>roscpp</run_depend>
Expand Down
2 changes: 1 addition & 1 deletion vrep_common/CMakeLists.txt
Expand Up @@ -37,5 +37,5 @@ generate_messages(DEPENDENCIES std_msgs sensor_msgs)

catkin_package(
LIBRARIES
CATKIN_DEPENDS
CATKIN_DEPENDS message_runtime
)
4 changes: 3 additions & 1 deletion vrep_common/package.xml
Expand Up @@ -10,8 +10,10 @@
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>opencv2</build_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>message_runtime</run_depend>
</package>


4 changes: 2 additions & 2 deletions vrep_plugin/package.xml
Expand Up @@ -10,14 +10,14 @@
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>opencv2</build_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>vrep_common</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>tf</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>opencv2</run_depend>
<run_depend>libopencv-dev</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>tf</run_depend>
<run_depend>brics_actuator</run_depend>
Expand Down
2 changes: 1 addition & 1 deletion vrep_skeleton_msg_and_srv/CMakeLists.txt
Expand Up @@ -14,5 +14,5 @@ generate_messages(DEPENDENCIES std_msgs)

catkin_package(
LIBRARIES
CATKIN_DEPENDS
CATKIN_DEPENDS message_runtime
)
2 changes: 2 additions & 0 deletions vrep_skeleton_msg_and_srv/package.xml
Expand Up @@ -9,7 +9,9 @@
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>message_runtime</run_depend>
</package>


0 comments on commit 2bb66e0

Please sign in to comment.