forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
32 lines (22 loc) · 857 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
25
26
27
28
29
30
31
32
<!--
This XML file is used by ROS. It declares that this directory and all of its
subdirectories constitute a ROS package. It further enables Drake to be compiled
by the Catkin build system. For more information see the following websites:
http://wiki.ros.org/catkin
http://wiki.ros.org/catkin/package.xml
-->
<package format="2">
<name>drake</name>
<version>0.0.0</version>
<description>
Drake is a planning, control, and analysis toolbox for nonlinear dynamical
systems.
</description>
<license>BSD</license>
<author>Russ Tedrake</author>
<maintainer email="[email protected]">Drake Users</maintainer>
<doc_depend>doxygen</doc_depend>
<buildtool_depend>cmake</buildtool_depend>
<url type="website">http://drake.mit.edu</url>
<url type="bugtracker">https://github.com/RobotLocomotion/drake/issues</url>
</package>