forked from tysik/obstacle_detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
31 lines (28 loc) · 981 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
<?xml version="1.0"?>
<package format="2">
<name>processing_lidar_objects</name>
<version>1.0.0</version>
<description>Detect obstacles in form of line segments and circles from 2D laser scans.</description>
<maintainer email="[email protected]">Mateusz Przybyla</maintainer>
<author>Mateusz Przybyla</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<depend>tf</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>rviz</depend>
<depend>roscpp</depend>
<depend>roslaunch</depend>
<depend>nodelet</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>laser_geometry</depend>
<export>
<rviz plugin="${prefix}/rviz_plugins.xml"/>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>