Skip to content

Commit 8ab5c6b

Browse files
authored
Merge pull request #7 from mlautman/ros2
ros2 port fixup
2 parents 1814aff + c628cf6 commit 8ab5c6b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ install(DIRECTORY include/
3939
FILES_MATCHING PATTERN "*.h"
4040
PATTERN ".svn" EXCLUDE)
4141

42+
ament_export_dependencies(rosidl_default_runtime)
4243
ament_package()

package.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
<name>octomap_msgs</name>
33
<version>0.3.3</version>
44
<description>
5-
This package provides messages and serializations / conversion for the <a href="http://octomap.github.com">OctoMap library</a>.
5+
This package provides messages and serializations / conversion for the <a href="http://octomap.github.com">OctoMap library</a>.
66
</description>
77

88
<author email="[email protected]">Armin Hornung</author>
99
<maintainer email="[email protected]">Armin Hornung</maintainer>
1010

11-
<license>BSD</license>
11+
<license>BSD</license>
1212

1313
<url type="website">http://ros.org/wiki/octomap_msgs</url>
1414
<url type="bugtracker">https://github.com/OctoMap/octomap_msgs/issues</url>
1515

16-
<build_depend>ament_cmake</build_depend>
17-
<build_depend>message_generation</build_depend>
16+
<buildtool_depend>ament_cmake</buildtool_depend>
17+
18+
<buildtool_depend>rosidl_default_generators</buildtool_depend>
19+
1820
<build_depend>rosidl_default_generators</build_depend>
19-
<build_depend>std_msgs</build_depend>
20-
<build_depend>geometry_msgs</build_depend>
2121

22-
<exec_depend>message_generation</exec_depend> <!-- provide message generation to downstream packages -->
23-
<exec_depend>message_runtime</exec_depend>
24-
<exec_depend>std_msgs</exec_depend>
25-
<exec_depend>geometry_msgs</exec_depend>
22+
<depend>std_msgs</depend>
23+
<depend>geometry_msgs</depend>
24+
25+
<exec_depend>rosidl_default_runtime</exec_depend>
2626

2727
<member_of_group>rosidl_interface_packages</member_of_group>
2828

0 commit comments

Comments
 (0)