Skip to content

Commit

Permalink
convert to package format 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Mar 9, 2021
1 parent 3fe0daf commit 0729921
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.3)
project(virtual_cam)

find_package(catkin REQUIRED COMPONENTS cv_bridge roscpp message_generation rgbd rosbag std_msgs tf )
find_package(catkin REQUIRED COMPONENTS cv_bridge roscpp message_generation rgbd rosbag tf)
find_package(OpenCV REQUIRED)

################################################
Expand All @@ -16,7 +16,6 @@ add_service_files(

generate_messages(
DEPENDENCIES
std_msgs
)

###################################
Expand All @@ -26,7 +25,7 @@ generate_messages(
catkin_package(
INCLUDE_DIRS include
LIBRARIES virtual_cam_image_loader
CATKIN_DEPENDS message_runtime std_msgs
CATKIN_DEPENDS message_runtime
)

###########
Expand Down
8 changes: 5 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
<package>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>virtual_cam</name>
<version>0.0.0</version>
<description>The virtual_cam package</description>
Expand All @@ -9,15 +12,14 @@
<license>TODO</license>

<buildtool_depend>catkin</buildtool_depend>

<depend>cv_bridge</depend>
<depend>image_geometry</depend>
<depend>message_filters</depend>
<depend>rgbd</depend>
<depend>rosbag</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>stereo_msgs</depend>
<depend>tf</depend>
<depend>yaml-cpp</depend>
Expand Down

0 comments on commit 0729921

Please sign in to comment.