-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.xml
58 lines (45 loc) · 1.99 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<package format="3">
<name>robot_body_filter</name>
<version>1.3.2</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="[email protected]">Martin Pecka</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<depend>dynamic_reconfigure</depend>
<depend condition="$ROS_DISTRO != noetic" version_gte="1.8.2">filters</depend>
<depend condition="$ROS_DISTRO == noetic" version_gte="1.9.1">filters</depend>
<depend condition="$ROS_DISTRO != noetic" version_gte="0.6.6">geometric_shapes</depend>
<depend condition="$ROS_DISTRO == noetic" version_gte="0.7.5">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 condition="$ROS_DISTRO != noetic">libfcl-dev</build_depend>
<exec_depend condition="$ROS_DISTRO != noetic">libfcl-dev</exec_depend>
<build_depend condition="$ROS_DISTRO == noetic">fcl</build_depend>
<exec_depend condition="$ROS_DISTRO == noetic">fcl</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>