File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ install(DIRECTORY include/
39
39
FILES_MATCHING PATTERN "*.h"
40
40
PATTERN ".svn" EXCLUDE )
41
41
42
+ ament_export_dependencies(rosidl_default_runtime)
42
43
ament_package()
Original file line number Diff line number Diff line change 2
2
<name >octomap_msgs</name >
3
3
<version >0.3.3</version >
4
4
<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 >.
6
6
</description >
7
7
8
8
<
author email =
" [email protected] " >Armin Hornung</
author >
9
9
<
maintainer email =
" [email protected] " >Armin Hornung</
maintainer >
10
10
11
- <license >BSD</license >
11
+ <license >BSD</license >
12
12
13
13
<url type =" website" >http://ros.org/wiki/octomap_msgs</url >
14
14
<url type =" bugtracker" >https://github.com/OctoMap/octomap_msgs/issues</url >
15
15
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
+
18
20
<build_depend >rosidl_default_generators</build_depend >
19
- <build_depend >std_msgs</build_depend >
20
- <build_depend >geometry_msgs</build_depend >
21
21
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 >
26
26
27
27
<member_of_group >rosidl_interface_packages</member_of_group >
28
28
You can’t perform that action at this time.
0 commit comments