Skip to content

Commit

Permalink
noetic-devel (#9)
Browse files Browse the repository at this point in the history
noetic-devel
  • Loading branch information
MatthijsBurgh authored Mar 9, 2021
2 parents f801be3 + 0729921 commit 0b295f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
cmake_minimum_required(VERSION 2.8.3)
project(virtual_cam)

## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++11)

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

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

generate_messages(
DEPENDENCIES
std_msgs
)

###################################
Expand Down
33 changes: 16 additions & 17 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 @@ -10,24 +13,20 @@

<buildtool_depend>catkin</buildtool_depend>

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

<run_depend>yaml-cpp</run_depend>
<run_depend>rgbd</run_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>stereo_msgs</depend>
<depend>tf</depend>
<depend>yaml-cpp</depend>

<build_depend>message_generation</build_depend>

<run_depend>message_runtime</run_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>

</package>

0 comments on commit 0b295f2

Please sign in to comment.