forked from vinitha910/libcozmo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (28 loc) · 1.05 KB
/
package.xml
File metadata and controls
30 lines (28 loc) · 1.05 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
25
26
27
28
29
30
<?xml version="1.0"?>
<package format="2">
<name>libcozmo</name>
<version>0.0.2</version>
<description>
C++ library for simulating and running Cozmo based on DART and AIKIDO.
</description>
<maintainer email="vinitha@cs.uw.edu">Vinitha Ranganeni</maintainer>
<author email="vinitha@cs.uw.edu">Vinitha Ranganeni</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>aikido</depend>
<depend>dartsim</depend>
<depend>eigen</depend>
<depend>roscpp_initializer</depend>
<depend>aikidopy</depend>
<depend>geometry_msgs</depend>
<build_depend>pybind11_catkin</build_depend>
<exec_depend>pybind11_catkin</exec_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<build_depend>std_msgs</build_depend>
<build_export_depend>std_msgs</build_export_depend>
<exec_depend>std_msgs</exec_depend>
<test_depend>rosunit</test_depend>
<build_depend>roslib</build_depend>
<exec_depend>roslib</exec_depend>
</package>