This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.xml
48 lines (40 loc) · 1.7 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
<?xml version="1.0"?>
<package>
<name>prbt_hardware_support</name>
<version>0.5.23</version>
<description>Control hardware functions of the PRBT manipulator like RUN_PERMITTED for Stop1 functionality.</description>
<maintainer email="[email protected]">Immanuel Martini</maintainer>
<license>LGPLv3</license>
<url type="website">https://wiki.ros.org/prbt_hardware_support</url>
<url type="bugtracker">https://github.com/PilzDE/pilz_robots/issues</url>
<url type="repository">https://github.com/PilzDE/pilz_robots</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>canopen_chain_node</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>libmodbus-dev</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>urdf</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>pilz_utils</build_depend>
<build_depend>pilz_msgs</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>std_srvs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>pilz_msgs</run_depend>
<run_depend>rosservice</run_depend>
<!-- Test dependencies -->
<test_depend>rostest</test_depend>
<test_depend>rosunit</test_depend>
<test_depend>cmake_modules</test_depend>
<test_depend>code_coverage</test_depend>
<test_depend>pilz_testutils</test_depend>
</package>