-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.xml
33 lines (30 loc) · 997 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
33
<package format="2">
<name>cam_lidar_calibration</name>
<version>0.0.1</version>
<description>camera lidar calibration</description>
<maintainer email="j.justin@acfr.usyd.edu.au">Jerome Justin</maintainer>
<author>Darrent Tsai </author>
<license>Apache License 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>actionlib</depend>
<depend>actionlib_msgs</depend>
<depend>cv_bridge</depend>
<depend>eigen_conversions</depend>
<depend>image_transport</depend>
<depend>libnlopt-dev</depend>
<depend>libpcl-all-dev</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>nav_msgs</depend>
<depend>nodelet</depend>
<depend>OpenCV</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>rviz</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<export>
<nodelet plugin="${prefix}/nodelet_definition.xml"/>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>