-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
36 lines (32 loc) · 1.51 KB
/
package.xml
File metadata and controls
36 lines (32 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>visualization_server</name>
<version>0.0.1</version>
<description>Visualization Server</description>
<maintainer email="endree@chalmers.se">Endre Erős</maintainer>
<license>no_license</license>
<author>Endre Erős</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rcl</build_depend>
<build_depend>rcl_action</build_depend>
<build_depend>rmw_fastrtps_cpp </build_depend>
<build_depend>FastRTPS</build_depend>
<build_depend>tf2_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>scene_manipulation_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<exec_depend>rcl</exec_depend>
<exec_depend>rcl_action</exec_depend>
<exec_depend>rmw_fastrtps_cpp</exec_depend>
<exec_depend>FastRTPS</exec_depend>
<exec_depend>tf2_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>scene_manipulation_msgs</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>