-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.xml
45 lines (36 loc) · 1.47 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
<?xml version="1.0"?>
<package format="2">
<name>psen_scan_v2</name>
<version>0.10.2</version>
<description>ROS support for the Pilz laser scanner</description>
<maintainer email="[email protected]">Christian Döhn</maintainer>
<maintainer email="[email protected]">Immanuel Martini</maintainer>
<maintainer email="[email protected]">Richard Feistenauer</maintainer>
<license>LGPLv3</license>
<url type="bugtracker">https://github.com/PilzDE/psen_scan_v2/issues</url>
<url type="repository">https://github.com/PilzDE/psen_scan_v2</url>
<author>Pilz GmbH + Co. KG</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>fmt</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>rosconsole_bridge</depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<depend>visualization_msgs</depend>
<build_depend>tinyxml2</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>cmake_modules</build_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>roslaunch</exec_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>xacro</exec_depend>
<exec_depend>tinyxml2</exec_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>code_coverage</test_depend>
<test_depend>rostest</test_depend>
<test_depend>rosunit</test_depend>
<test_depend>roslaunch</test_depend>
<test_depend>rosbag</test_depend>
<build_export_depend>tinyxml2</build_export_depend>
</package>