Skip to content

Commit 6e97934

Browse files
committed
update CHANGELOG
1 parent 60625a0 commit 6e97934

File tree

3 files changed

+118
-0
lines changed

3 files changed

+118
-0
lines changed

CHANGELOG.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22
Changelog for package openhrp3
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
8+
* IMU
9+
10+
* [sample/model/sample1.wrl] rotate imu mount coordinate for debug
11+
* [hrplib/hrpModel/ForwardDynamics.cpp] Fix accel sensor frame discussed in https://github.com/fkanehiro/hrpsys-base/issues/472
12+
13+
* modelloader / projectGenerator
14+
15+
* [server/modelLoader] rename export-collada to openhrp-export-collada
16+
* [server/modelLoader] fix ProjectGenerator to load BodyInfo and create ProjectFiles
17+
* [server/modelLoader] copy ProjectGenerator from hrpsys-base/util/ProjectGenerator
18+
19+
* export collada
20+
21+
* [export-vrml] add --use-inline-shape option to output separate mesh files
22+
23+
* Solvers
24+
25+
* [Eigen3d.h] use 1.0e-12 instaed of 1.0e-6 for error check
26+
* [hrplib/hrpUtil/MatrixSolvers] add calcSRInverse
27+
* [BodyInfoCollada_impl.cpp] fix for wrong collada interpretation,
28+
joint axis is in child frame
29+
30+
* misc
31+
32+
* [sample/CMakeLists.txt] need to change command name from export-collada to openhrp-export-collada
33+
* super ugry hack for catkin build
34+
* Update .travis.yml
35+
* adds ppa repository without confirmation
36+
* create symlink for share directory for backword compatibility
37+
* changes openrtm-aist to openrtm-aist-dev and adds collada-dom-dev
38+
* changes PPA repository
39+
* fix problem when environment variable "_" not set
40+
* add dependency for ubuntu trusty
41+
* Fix test to match change python stub install location (fixes #36)
42+
* Change python stub install location (fixes #36)
43+
44+
45+
546
3.1.7-0 (2014-10-10)
647
--------------------
748
・add package.xml and CMakeLists.txt for catkin compile

HISTORY-en.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
OpenHRP3 Updates History (Release Notes)
22

3+
Ver.3.1.8
4+
=========================
5+
・ sample/model/sample1.wrl rotate imu mount coordinate for debug
6+
7+
・ hrplib/hrpModel/ForwardDynamics.cpp Fix accel sensor frame
8+
discussed in https://github.com/fkanehiro/hrpsys-base/issues/472
9+
・ modelloader / projectGenerator move openhrp-project-generator from hrpsys-base
10+
11+
・ export-collada has been renamed to openhrp-export-collada
12+
13+
・ export-vrml : add --use-inline-shape to output separate mesh files
14+
15+
・ Eigen3d.h use 1.0e-12 instaed of 1.0e-6 for error check
16+
17+
・ hrplib/hrpUtil/MatrixSolvers user calcSRInverse
18+
19+
・ BodyInfoCollada_impl.cpp fix for wrong collada interpretation, joint axis is in child frame
20+
21+
・ super ugry hack for catkin build
22+
23+
・ update .travis.yml
24+
25+
・ adds ppa repository without confirmation
26+
27+
・ create symlink for share directory for backword compatibility
28+
29+
・ changes openrtm-aist to openrtm-aist-dev and adds collada-dom-dev
30+
31+
・ changes PPA repository
32+
33+
・ fix problem when environment variable "_" not set
34+
35+
・ add dependency for ubuntu trusty
36+
37+
・ Fix test to match change python stub install location (fixes #36)
38+
39+
・ Change python stub install location (fixes #36)
40+
341
Ver.3.1.7
442
=========================
543
・add package.xml and CMakeLists.txt for catkin compile

HISTORY-ja.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
OpenHRP3 改版リスト (リリースノート)
22

3+
Ver.3.1.8
4+
=========================
5+
・ sample/model/sample1.wrl でimuの座標系を変更しました.
6+
7+
・ hrplib/hrpModel/ForwardDynamics.cpp で accel sensor frame を変更しました.https://github.com/fkanehiro/hrpsys-base/issues/472
8+
9+
・ modelloader / projectGenerator openhrp-project-generator を hrpsysから移行しました.
10+
11+
・ export-colladaをopenhrp-export-colladaに名前を変えました
12+
13+
・ export-vrml に --use-inline-shape を追加しました
14+
15+
・ Eigen3d.h で閾値を1.0e-12 にしました.(1.0e-6から変更)
16+
17+
・ hrplib/hrpUtil/MatrixSolvers calcSRInverseを追加しました.
18+
19+
・ BodyInfoCollada_impl.cpp joint axis のパースを変更しました.
20+
21+
・ catkin build 対応
22+
23+
・ .travis.yml の更新
24+
25+
・ ppa repository の追加
26+
27+
・ share へのシンボリックリンクの追加(後方互換のため)kr share directory for backword compatibility
28+
29+
・ openrtm-aist から openrtm-aist-dev への変更.collada-dom-dev の追加
30+
31+
・ PPA repositoryの変更
32+
33+
・ 環境変数"_"が定義されていない時の対応
34+
35+
・ ubuntu trustyへの対応
36+
37+
・ python stub のインストール場所の変更に対するたい対応 (fixes #36)
38+
39+
・ python stub のインストール場所の変更 (fixes #36)
40+
41+
342
Ver.3.1.7
443
=========================
544
・catkinでコンパイルできるようpackage.xmlの追加とCMakeLists.txtの改変を行いました.

0 commit comments

Comments
 (0)