forked from kelo-robotics/kelo_tulip
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
33 lines (31 loc) · 1.22 KB
/
package.xml
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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>kelo_tulip</name>
<version>1.0.0</version>
<description>KELO Tulip software</description>
<author email="[email protected]">walter</author>
<maintainer email="[email protected]">walter</maintainer>
<license>internal</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>ament_index_cpp</build_depend>
<build_depend>rclcpp</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<exec_depend>tf2_geometry_msgs</exec_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>ros2launch</exec_depend>
<exec_depend>ament_index_cpp</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>