forked from RobotnikAutomation/robotnik_sensors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
27 lines (22 loc) · 1.02 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
<?xml version="1.0"?>
<package>
<name>robotnik_sensors</name>
<version>1.12.0</version>
<description>Robotnik standard sensors description. URDF and meshses.</description>
<license>BSD</license>
<author email="[email protected]">Roberto Guzmán</author>
<author email="[email protected]">Román Navarro</author>
<buildtool_depend>catkin</buildtool_depend>
<maintainer email="[email protected]">Angel Soriano</maintainer>
<maintainer email="[email protected]">Álvaro Villena</maintainer>
<maintainer email="[email protected]">David Redó</maintainer>
<maintainer email="[email protected]">Alejandro Arnal</maintainer>
<maintainer email="[email protected]">Marc Bosch</maintainer>
<maintainer email="[email protected]">Román Navarro</maintainer>
<build_depend>urdf</build_depend>
<build_depend>xacro</build_depend>
<run_depend>urdf</run_depend>
<run_depend>xacro</run_depend>
<run_depend>hector_gazebo_plugins</run_depend>
<run_depend>gazebo_plugins</run_depend>
</package>