updating changelog
This commit is contained in:
parent
cfd6c6a600
commit
a62cd857ad
|
@ -2,6 +2,12 @@
|
|||
Changelog for package collada_parser
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
* fix, joint axis should be rotated depend on local coords
|
||||
* fix overwriting velocity limit
|
||||
* Contributors: YoheiKakiuchi
|
||||
|
||||
1.10.18 (2013-12-04)
|
||||
--------------------
|
||||
* add DEPENDS for kdl_parser
|
||||
|
|
|
@ -2,6 +2,22 @@
|
|||
Changelog for package collada_urdf
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
* Use VERSION_LESS instead of STRLESS
|
||||
The version comparison routines were added in cmake 2.8.0
|
||||
* Fix export API detection (for assimp < 2.0.885)
|
||||
It looks like this API was added in Assimp 2.0.885:
|
||||
https://github.com/assimp/assimp/commit/ae23c03bd9a0b5f1227dc0042fd98f7206c770a8
|
||||
* Invert Assimp version detect logic for greater accuracy
|
||||
* Updated Assimp defines to be more flexible
|
||||
This commit is a follow-up to 85b20197671e142044e471df603debd0faf08baf
|
||||
Why was export.h removed from assimp < 3.0.0?
|
||||
* Better feature detection for assimp version
|
||||
The unified headers were introduced in Assimp 2.0.1150, so checking for Assimp 3.0.0 is not quite the best solution.
|
||||
See https://github.com/assimp/assimp/commit/6fa251c2f2e7a142bb861227dce0c26362927fbc
|
||||
* Contributors: Scott K Logan
|
||||
|
||||
1.10.18 (2013-12-04)
|
||||
--------------------
|
||||
* add DEPENDS for kdl_parser
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package joint_state_publisher
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
* Use #!/usr/bin/env python for systems with multiple Python versions.
|
||||
* Contributors: Benjamin Chrétien
|
||||
|
||||
1.10.18 (2013-12-04)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package kdl_parser
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
* fix test at kdl_parser
|
||||
* Contributors: YoheiKakiuchi
|
||||
|
||||
1.10.18 (2013-12-04)
|
||||
--------------------
|
||||
* add DEPENDS for kdl_parser
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
Changelog for package resource_retriever
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
|
||||
1.10.18 (2013-12-04)
|
||||
--------------------
|
||||
* add DEPENDS for kdl_parser
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
Changelog for package robot_model
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
|
||||
1.10.18 (2013-12-04)
|
||||
--------------------
|
||||
* add DEPENDS for kdl_parser
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
Changelog for package urdf
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
* fix urdf files for test
|
||||
* fix test at urdf
|
||||
* Contributors: YoheiKakiuchi
|
||||
|
||||
1.10.18 (2013-12-04)
|
||||
--------------------
|
||||
* add DEPENDS for kdl_parser
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
Changelog for package urdf_parser_plugin
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
|
||||
1.10.18 (2013-12-04)
|
||||
--------------------
|
||||
* add DEPENDS for kdl_parser
|
||||
|
|
Loading…
Reference in New Issue