-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.xml
More file actions
38 lines (26 loc) · 1023 Bytes
/
package.xml
File metadata and controls
38 lines (26 loc) · 1023 Bytes
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
<?xml version="1.0"?>
<package>
<name>mbot_simulation_environments</name>
<version>0.0.1</version>
<description>
This package is brought to you by:
- Instituto Superior Tecnico, Lisboa
- Institute for Systems and Robotics (ISR)
- Laboratório de Robótica e Sistemas em Engenharia e Ciência (LARSyS)
- SocRob RoboCup team
Description:
MOnarCH robot (mbot) simulation environments with gazebo:
- ERL testbed apartment
- Almost empty apartment with one table on it
</description>
<maintainer email="olima@isr.tecnico.ulisboa.pt">Oscar Lima</maintainer>
<license>GPLv3</license>
<author email="olima@isr.tecnico.ulisboa.pt">Oscar Lima</author>
<author email="rodrigo.ventura@isr.ist.utl.pt">Rodrigo ventura</author>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>gazebo_ros</run_depend>
<export>
<gazebo_ros gazebo_model_path="${prefix}/models"/>
<gazebo_ros gazebo_media_path="${prefix}"/>
</export>
</package>