forked from iit-DLSLab/hyq-description_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (21 loc) · 824 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
<package>
<name>hyq_description</name>
<version>0.1.2</version>
<description>
This package contains the description (mechanical, kinematic, visual,
etc.) of the HyQ robot. 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>
<maintainer email="[email protected]">Marco Camurri</maintainer>
<license>Apache License 2.0</license>
<author>Carlos Mastalli</author>
<author>Ioannis Havoutis</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>convex_decomposition</build_depend>
<build_depend>ivcon</build_depend>
<run_depend>xacro</run_depend>
<run_depend>sensors_description</run_depend>
<test_depend>gtest</test_depend>
<test_depend>urdfdom</test_depend>
</package>