-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (21 loc) · 1.01 KB
/
package.xml
File metadata and controls
24 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<package>
<name>ras_description</name>
<version>2.4.2</version>
<description>
ras_description provides a complete 3D model of the TurtleBot for simulation and visualization. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.
</description>
<author>Melonee Wise</author>
<author email="stonier@yujinrobot.com">Daniel Stonier</author>
<maintainer email="stonier@yujinrobot.com">Daniel Stonier</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/ras_description</url>
<url type="repository">https://github.com/turtlebot/turtlebot</url>
<url type="bugtracker">https://github.com/turtlebot/turtlebot/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>urdf</build_depend>
<build_depend>xacro</build_depend>
<run_depend>urdf</run_depend>
<run_depend>xacro</run_depend>
<run_depend>kobuki_description</run_depend>
<run_depend>create_description</run_depend>
</package>