forked from start-jsk/openhrp3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
48 lines (43 loc) · 2.59 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<package>
<name>openhrp3</name>
<version>3.1.5</version>
<description>
<p>This package does not only wrap <a href = "http://www.openrtp.jp/openhrp3/en/index.html">OpenHRP3</a> but actually provides the built artifact from the code from its <a href = "https://openrtp.jp/svn/hrg/openhrp">mainstream repository</a>. Being ROS-agnostic by itself, you can also use this via ROS together with the packages in <a href = "http://www.ros.org/wiki/rtmros_common">rtmros_common</a> that bridge between two framework.</p>
<p><i>OpenHRP3 (Open Architecture Human-centered Robotics Platform version 3) is an integrated software platform for robot simulations and software developments. It allows the users to inspect an original robot model and control program by dynamics simulation. In addition, OpenHRP3 provides various software components and calculation libraries that can be used for robotics related software developments</i> (<a href = "http://www.openrtp.jp/openhrp3/en/about.html">excerpts from here</a>). </p>
<p>The package version number is synchronized to that of mainstream, based on <a href = "http://code.google.com/p/rtm-ros-robotics/issues/detail?id=165#c5">this decision</a>.</p>
</description>
<maintainer email="[email protected]">Kei Okada</maintainer>
<maintainer email="[email protected]">Isao Isaac Saito</maintainer>
<author>AIST</author>
<author>General Robotix Inc.</author>
<author>Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo</author>
<license>EPL</license>
<url type="website">https://openrtp.jp/svn/hrg/openhrp/</url>
<url type="bugtracker">https://openrtp.jp/redmine/</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>atlas</build_depend>
<build_depend>boost</build_depend>
<build_depend>collada-dom</build_depend>
<build_depend>doxygen</build_depend>
<build_depend>eigen</build_depend>
<build_depend>f2c</build_depend>
<build_depend>libjpeg</build_depend>
<build_depend>libpng12-dev</build_depend>
<build_depend>openrtm_aist</build_depend>
<build_depend>openrtm_aist_python</build_depend>
<build_depend>subversion</build_depend>
<build_depend>mk</build_depend>
<build_depend>rostest</build_depend>
<run_depend>atlas</run_depend>
<run_depend>boost</run_depend>
<run_depend>collada-dom</run_depend>
<run_depend>eigen</run_depend>
<run_depend>f2c</run_depend>
<run_depend>libjpeg</run_depend>
<run_depend>libpng12-dev</run_depend>
<run_depend>openrtm_aist</run_depend>
<run_depend>openrtm_aist_python</run_depend>
<!-- <test_depend>openrtm_aist</test_depend> -->
<export>
</export>
</package>