-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
37 lines (31 loc) · 1.16 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
34
35
36
<package format="2">
<name>point_cloud_color</name>
<version>1.2.1</version>
<description>
Package for coloring point clouds using calibrated cameras.
</description>
<maintainer email="[email protected]">Martin Pecka</maintainer>
<license>BSD</license>
<url>https://github.com/ctu-vras/point_cloud_color</url>
<author>Tomas Petricek</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>point_cloud_transport</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf2_eigen</build_depend>
<build_depend>tf2_ros</build_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>image_transport</exec_depend>
<exec_depend>nodelet</exec_depend>
<exec_depend>point_cloud_transport</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>tf2_eigen</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<export>
<nodelet plugin="${prefix}/point_cloud_color_plugins.xml" />
</export>
</package>