|
2 | 2 | Changelog for package openhrp3 |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 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 | + |
5 | 46 | 3.1.7-0 (2014-10-10) |
6 | 47 | -------------------- |
7 | 48 | ・add package.xml and CMakeLists.txt for catkin compile |
|
0 commit comments