-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.xml
41 lines (37 loc) · 1.24 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
37
38
39
<package>
<name>realtime_urdf_filter</name>
<version>0.0.0</version>
<description>
realtime_urdf_filter
</description>
<author>Nico Blodow</author>
<maintainer email="[email protected]">TODO</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<run_depend>roscpp</run_depend>
<build_depend>urdf</build_depend>
<run_depend>urdf</run_depend>
<build_depend>tf</build_depend>
<run_depend>tf</run_depend>
<build_depend>resource_retriever</build_depend>
<run_depend>resource_retriever</run_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>sensor_msgs</run_depend>
<build_depend>cv_bridge</build_depend>
<run_depend>cv_bridge</run_depend>
<build_depend>nodelet</build_depend>
<run_depend>nodelet</run_depend>
<build_depend>image_transport</build_depend>
<run_depend>image_transport</run_depend>
<build_depend>libglew-dev</build_depend>
<run_depend>libglew-dev</run_depend>
<build_depend>glut</build_depend>
<run_depend>glut</run_depend>
<build_depend>assimp</build_depend>
<run_depend>assimp</run_depend>
<build_depend>libopenni-dev</build_depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>