Skip to content

Commit

Permalink
add CHANGELOG.rst and package.xml, now you can run PATH=/home/k-okada…
Browse files Browse the repository at this point in the history
…/ros/hydro/devel/lib/openrtm_aist/bin/:$PATH to compile
  • Loading branch information
k-okada committed Aug 19, 2014
1 parent 825d5d0 commit 2fa0703
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package openhrp3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5-6 (2014-04-15)
--------------------
* remove installed file if openhrp3_FOUND is not found
* Give installed libraries execute permissions
All shared object libraries should have execute permissions. Using install will default the permissions to be like a normal file, which typically doesn't have execute permissions.
* Fix python syntax errors
You cannot define a function called exec. This patch renames it to Exec.
* Handle non-existent lsb-release file
This file is not present on Fedora systems.
* test_openhrp3.py: add test for samplerobot walking pattern data file
* test_openhpr3.py: add test code to check hrpsys-base
* add test code to check if file exists
* add start_omninames.sh start starts omniNames for test code, use port 2809 for test
* add test sample1.wrl location
* Add rostest for rosbuid, also improve .travis.yml to check rosbulid/deb environment
* (Makefile.openhrp3) touch patched_no_makefile to avoid compile twice
* add PKG_CONFIG_PATH for rosbuild environment
* (.travis.yml) add rosbuild/deb test
* (`#32 <https://github.com/start-jsk/openhrp3/issues/32>`_) add roslang for manifest.xml and package.xml
* (`#24 <https://github.com/start-jsk/openhrp3/issues/24>`_) add rosbuild, see https://github.com/ros/ros/issues/47
* check rosdep until it succeeded
* Fix cblas on Linux.
* Fix Boost linker error (remove -mt suffix).
* add link to issues for each patchs
* update travis to check rosbuild/catkin, use_deb/use_source
* Contributors: Benjamin Chrétien, Kei Okada, Scott Logan, Isaac Isao Saito

3.1.5-5 (2014-03-04)
--------------------
* Fix to an issue that caused https://github.com/start-jsk/hrpsys/issues/25
* Initial commit of CHANGELOG.rst
* Contributors: Kei Okada, chen.jsk, Ryohei Ueda, Isaac Isao Saito, Hiroyuki Mikita, Iori Kumagai, Takuya Nakaoka, Shunichi Nozawa, Rosen Diankov, Yohei Kakiuchi
50 changes: 50 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<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>cmake</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>rosbuild</build_depend>
<build_depend>rostest</build_depend>
<build_depend>roslang</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>

<export>

</export>
</package>

0 comments on commit 2fa0703

Please sign in to comment.