forked from ouster-lidar/ouster-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
32 lines (27 loc) · 971 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
31
32
<?xml version="1.0"?>
<package format="2">
<name>ouster_ros</name>
<version>0.2.1</version>
<description>Ouster ROS client for CARMA</description>
<maintainer email="[email protected]">Goodarz Mehr</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>cav_msgs</depend>
<build_depend>libjsoncpp-dev</build_depend>
<build_depend>eigen</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>tf2_eigen</build_depend>
<build_depend>libpcl-all-dev</build_depend>
<build_depend>pcl_conversions</build_depend>
<build_depend>libtclap-dev</build_depend>
<exec_depend>libjsoncpp</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>topic_tools</exec_depend>
<test_depend>gtest</test_depend>
<export></export>
</package>