forked from avidbots/turtlebot_flatland
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
20 lines (17 loc) · 737 Bytes
/
package.xml
File metadata and controls
20 lines (17 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package>
<name>turtlebot_flatland</name>
<version>0.0.0</version>
<description>
Flatland port of the stdr version of turtlebot simulation. Convenient to test 2D-navigation related stuffs.
Some configuration and launch files from turtlebot_bringup were merged into this repo to support easy use in ROS Noetic.
</description>
<maintainer email="joseph@avidbots.com">Joseph Duchesne</maintainer>
<author email="joseph@avidbots.com">Joseph Duchesne</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>flatland_msgs</run_depend>
<run_depend>flatland_plugins</run_depend>
<run_depend>navigation</run_depend>
<run_depend>rviz</run_depend>
</package>