forked from peci1/robot_body_filter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
54 lines (41 loc) · 1.52 KB
/
package.xml
File metadata and controls
54 lines (41 loc) · 1.52 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<package format="2">
<name>robot_body_filter</name>
<version>1.1.8</version>
<description>Filters the robot's body out of laser scans or point clouds.</description>
<license>BSD</license>
<url type="website">https://github.com/peci1/robot_body_filter</url>
<author>Eitan Marder-Eppstein</author>
<author>Tomas Petricek</author>
<author>Martin Pecka</author>
<maintainer email="peckama2@fel.cvut.cz">Martin Pecka</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<depend>dynamic_reconfigure</depend>
<depend>filters</depend>
<depend>geometric_shapes</depend>
<depend>geometry_msgs</depend>
<depend>laser_geometry</depend>
<depend>libpcl-all-dev</depend>
<depend>moveit_core</depend>
<depend>moveit_ros_perception</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>urdf</depend>
<depend>visualization_msgs</depend>
<build_depend>message_generation</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<build_depend>libfcl-dev</build_depend>
<exec_depend>libfcl-dev</exec_depend>
<build_depend>pcl_conversions</build_depend>
<exec_depend>pcl_conversions</exec_depend>
<build_depend>pkg-config</build_depend>
<build_depend>tf2_eigen</build_depend>
<build_depend>tf2_sensor_msgs</build_depend>
<test_depend>rostest</test_depend>
<export>
<filters plugin="${prefix}/laser_filters.xml"/>
</export>
</package>