Skip to content

Commit d0e73f2

Browse files
noetic-devel (#44)
noetic-devel
2 parents 9e7358d + b536380 commit d0e73f2

File tree

4 files changed

+22
-30
lines changed

4 files changed

+22
-30
lines changed

ed_sensor_integration/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 3.0.2)
22
project(ed_sensor_integration)
33

4-
## Compile as C++11, supported in ROS Kinetic and newer
5-
add_compile_options(-std=c++11)
6-
74
find_package(catkin REQUIRED COMPONENTS
85
ed
96
ed_sensor_integration_msgs

ed_sensor_integration/package.xml

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0"?>
2-
<package>
2+
<?xml-model
3+
href="http://download.ros.org/schema/package_format3.xsd"
4+
schematypens="http://www.w3.org/2001/XMLSchema"?>
5+
<package format="3">
36
<name>ed_sensor_integration</name>
47
<version>0.0.0</version>
58
<description>No description available</description>
@@ -10,20 +13,12 @@
1013

1114
<buildtool_depend>catkin</buildtool_depend>
1215

13-
<build_depend>ed</build_depend>
14-
<build_depend>ed_sensor_integration_msgs</build_depend>
15-
<build_depend>geolib2</build_depend>
16-
<build_depend>sensor_msgs</build_depend>
17-
<build_depend>tue_config</build_depend>
18-
<build_depend>tue_filesystem</build_depend>
19-
<build_depend>visualization_msgs</build_depend>
20-
21-
<run_depend>ed</run_depend>
22-
<run_depend>ed_sensor_integration_msgs</run_depend>
23-
<run_depend>geolib2</run_depend>
24-
<run_depend>sensor_msgs</run_depend>
25-
<run_depend>tue_config</run_depend>
26-
<run_depend>tue_filesystem</run_depend>
27-
<run_depend>visualization_msgs</run_depend>
16+
<depend>ed</depend>
17+
<depend>ed_sensor_integration_msgs</depend>
18+
<depend>geolib2</depend>
19+
<depend>sensor_msgs</depend>
20+
<depend>tue_config</depend>
21+
<depend>tue_filesystem</depend>
22+
<depend>visualization_msgs</depend>
2823

2924
</package>

ed_sensor_integration_msgs/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 3.0.2)
22
project(ed_sensor_integration_msgs)
33

4-
## Compile as C++11, supported in ROS Kinetic and newer
5-
add_compile_options(-std=c++11)
6-
74
find_package(catkin REQUIRED COMPONENTS
85
geometry_msgs
96
message_generation
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0"?>
2-
<package>
2+
<?xml-model
3+
href="http://download.ros.org/schema/package_format3.xsd"
4+
schematypens="http://www.w3.org/2001/XMLSchema"?>
5+
<package format="3">
36
<name>ed_sensor_integration_msgs</name>
47
<version>0.0.0</version>
58
<description>No description available</description>
@@ -10,12 +13,12 @@
1013

1114
<buildtool_depend>catkin</buildtool_depend>
1215

13-
<build_depend>geometry_msgs</build_depend>
16+
<depend>geometry_msgs</depend>
17+
<depend>std_msgs</depend>
18+
1419
<build_depend>message_generation</build_depend>
15-
<build_depend>std_msgs</build_depend>
1620

17-
<run_depend>geometry_msgs</run_depend>
18-
<run_depend>message_runtime</run_depend>
19-
<run_depend>std_msgs</run_depend>
21+
<build_export_depend>message_runtime</build_export_depend>
22+
<exec_depend>message_runtime</exec_depend>
2023

2124
</package>

0 commit comments

Comments
 (0)