-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
32 lines (26 loc) · 1.05 KB
/
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
<?xml version="1.0"?>
<package format="3">
<name>jvrc_description</name>
<version>1.0.4</version>
<description>Description package for the JVRC-1 robot</description>
<author>Fumio Kanehiro</author>
<author>Kin'ichi Watanabe</author>
<author>Pierre Gergondet</author>
<author>Shin'ichiro Nakaoka</author>
<author>Shizuko Hattori</author>
<author>Stéphane Caron</author>
<author>Yosuke Matsusaka</author>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="[email protected]">Stéphane Caron</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>BSD</license>
<url>https://github.com/robot-descriptions/jvrc_description</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>urdf</exec_depend>
<exec_depend>xacro</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>