-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
24 lines (20 loc) · 880 Bytes
/
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
<?xml version="1.0"?>
<package>
<name>multi_robot_stage</name>
<version>2.2.0</version>
<description>
Stage version of multi_robot simulation. Convenient to test 2D-navigation related stuffs
</description>
<maintainer email="[email protected]">Fernando Herranz</maintainer>
<author email="[email protected]">Fernando Herranz</author>
<license>BSD</license>
<url type="repository">https://github.com/ferherranz/multi_robot_stage</url>
<url type="bugtracker">https://github.com/ferherranz/multi_robot_stage/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>stage_ros</run_depend>
<run_depend>navigation</run_depend>
<run_depend>turtlebot_description</run_depend>
<run_depend>collvoid_local_planner</run_depend>
<run_depend>yocs_virtual_sensor</run_depend>
<run_depend>yocs_velocity_smoother</run_depend>
</package>