forked from RobotnikAutomation/robotnik_sensors
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
28 lines (23 loc) · 1.07 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
<?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="rguzman@robotnik.es">Roberto Guzmán</author>
<author email="rnavarro@robotnik.es">Román Navarro</author>
<buildtool_depend>catkin</buildtool_depend>
<maintainer email="asoriano@robotnik.es">Angel Soriano</maintainer>
<maintainer email="avillena@robotnik.es">Álvaro Villena</maintainer>
<maintainer email="dredo@robotnik.es">David Redó</maintainer>
<maintainer email="aarnal@robotnik.es">Alejandro Arnal</maintainer>
<maintainer email="mbosch@robotnik.es">Marc Bosch</maintainer>
<maintainer email="rnavarro@robotnik.es">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>hector_gazebo_thermal_camera</run_depend>
<run_depend>gazebo_plugins</run_depend>
</package>