-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
30 lines (24 loc) · 952 Bytes
/
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
<?xml version="1.0"?>
<package format="3">
<name>ouster_point_type_adapter</name>
<version>0.1.0</version>
<description>The RST ouster_point_type_adapter package</description>
<maintainer email="[email protected]">Franz Albers</maintainer>
<license>Apache-2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rclcpp</build_depend>
<build_depend>rclcpp_components</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>pcl_conversions</build_depend>
<build_depend>ouster_ros</build_depend>
<build_depend>autoware_point_types</build_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>rclcpp_components</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>pcl_conversions</exec_depend>
<exec_depend>ouster_ros</exec_depend>
<exec_depend>autoware_point_types</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>