-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
30 lines (26 loc) · 1.19 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
<?xml version="1.0"?>
<package>
<name>robot_description</name>
<version>0.1.0</version>
<description>URDF description for Robotnik</description>
<url type="website">http://ros.org/wiki/robot_description</url>
<url type="repository">https://github.com/RobotnikAutomation/robot_description.git</url>
<url type="bugtracker">https://github.com/RobotnikAutomation/robot_description/issues</url>
<author email="[email protected]">Roberto Guzmán</author>
<author email="[email protected]">Román Navarro</author>
<maintainer email="[email protected]">Álex Arnal</maintainer>
<maintainer email="[email protected]">Marta Millet</maintainer>
<maintainer email="[email protected]">Andres Font</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslaunch</build_depend>
<build_depend>urdf</build_depend>
<build_depend>xacro</build_depend>
<build_depend>robotnik_sensors</build_depend>
<build_depend>ur_description</build_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>urdf</run_depend>
<run_depend>xacro</run_depend>
<run_depend>robotnik_sensors</run_depend>
<run_depend>ur_description</run_depend>
</package>