1.11.0
This commit is contained in:
parent
a62cd857ad
commit
42f9e53fa4
|
@ -2,8 +2,8 @@
|
||||||
Changelog for package collada_parser
|
Changelog for package collada_parser
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.11.0 (2014-02-21)
|
||||||
-----------
|
-------------------
|
||||||
* fix, joint axis should be rotated depend on local coords
|
* fix, joint axis should be rotated depend on local coords
|
||||||
* fix overwriting velocity limit
|
* fix overwriting velocity limit
|
||||||
* Contributors: YoheiKakiuchi
|
* Contributors: YoheiKakiuchi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<package>
|
<package>
|
||||||
<name>collada_parser</name>
|
<name>collada_parser</name>
|
||||||
<version>1.10.18</version>
|
<version>1.11.0</version>
|
||||||
<description>
|
<description>
|
||||||
This package contains a C++ parser for the Collada robot
|
This package contains a C++ parser for the Collada robot
|
||||||
description format. The parser reads a Collada XML robot
|
description format. The parser reads a Collada XML robot
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Changelog for package collada_urdf
|
Changelog for package collada_urdf
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.11.0 (2014-02-21)
|
||||||
-----------
|
-------------------
|
||||||
* Use VERSION_LESS instead of STRLESS
|
* Use VERSION_LESS instead of STRLESS
|
||||||
The version comparison routines were added in cmake 2.8.0
|
The version comparison routines were added in cmake 2.8.0
|
||||||
* Fix export API detection (for assimp < 2.0.885)
|
* Fix export API detection (for assimp < 2.0.885)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<package>
|
<package>
|
||||||
<name>collada_urdf</name>
|
<name>collada_urdf</name>
|
||||||
<version>1.10.18</version>
|
<version>1.11.0</version>
|
||||||
<description>
|
<description>
|
||||||
This package contains a tool to convert Unified Robot Description Format (URDF) documents into COLLAborative Design Activity (COLLADA) documents.
|
This package contains a tool to convert Unified Robot Description Format (URDF) documents into COLLAborative Design Activity (COLLADA) documents.
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Changelog for package joint_state_publisher
|
Changelog for package joint_state_publisher
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.11.0 (2014-02-21)
|
||||||
-----------
|
-------------------
|
||||||
* Use #!/usr/bin/env python for systems with multiple Python versions.
|
* Use #!/usr/bin/env python for systems with multiple Python versions.
|
||||||
* Contributors: Benjamin Chrétien
|
* Contributors: Benjamin Chrétien
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<package>
|
<package>
|
||||||
<name>joint_state_publisher</name>
|
<name>joint_state_publisher</name>
|
||||||
<version>1.10.18</version>
|
<version>1.11.0</version>
|
||||||
<description>
|
<description>
|
||||||
This package contains a tool for setting and publishing joint state values for a given URDF.
|
This package contains a tool for setting and publishing joint state values for a given URDF.
|
||||||
</description>
|
</description>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Changelog for package kdl_parser
|
Changelog for package kdl_parser
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.11.0 (2014-02-21)
|
||||||
-----------
|
-------------------
|
||||||
* fix test at kdl_parser
|
* fix test at kdl_parser
|
||||||
* Contributors: YoheiKakiuchi
|
* Contributors: YoheiKakiuchi
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<package>
|
<package>
|
||||||
<name>kdl_parser</name>
|
<name>kdl_parser</name>
|
||||||
<version>1.10.18</version>
|
<version>1.11.0</version>
|
||||||
<description>
|
<description>
|
||||||
The Kinematics and Dynamics Library (KDL) defines a tree structure
|
The Kinematics and Dynamics Library (KDL) defines a tree structure
|
||||||
to represent the kinematic and dynamic parameters of a robot
|
to represent the kinematic and dynamic parameters of a robot
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Changelog for package resource_retriever
|
Changelog for package resource_retriever
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.11.0 (2014-02-21)
|
||||||
-----------
|
-------------------
|
||||||
|
|
||||||
1.10.18 (2013-12-04)
|
1.10.18 (2013-12-04)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<package>
|
<package>
|
||||||
<name>resource_retriever</name>
|
<name>resource_retriever</name>
|
||||||
<version>1.10.18</version>
|
<version>1.11.0</version>
|
||||||
<description>
|
<description>
|
||||||
This package retrieves data from url-format files such as http://,
|
This package retrieves data from url-format files such as http://,
|
||||||
ftp://, package:// file://, etc., and loads the data into memory.
|
ftp://, package:// file://, etc., and loads the data into memory.
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Changelog for package robot_model
|
Changelog for package robot_model
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.11.0 (2014-02-21)
|
||||||
-----------
|
-------------------
|
||||||
|
|
||||||
1.10.18 (2013-12-04)
|
1.10.18 (2013-12-04)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<package>
|
<package>
|
||||||
<name>robot_model</name>
|
<name>robot_model</name>
|
||||||
<version>1.10.18</version>
|
<version>1.11.0</version>
|
||||||
<description>
|
<description>
|
||||||
<tt>robot_model</tt> contains packages for modeling various
|
<tt>robot_model</tt> contains packages for modeling various
|
||||||
aspects of robot information, specified in the Xml Robot
|
aspects of robot information, specified in the Xml Robot
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Changelog for package urdf
|
Changelog for package urdf
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.11.0 (2014-02-21)
|
||||||
-----------
|
-------------------
|
||||||
* fix urdf files for test
|
* fix urdf files for test
|
||||||
* fix test at urdf
|
* fix test at urdf
|
||||||
* Contributors: YoheiKakiuchi
|
* Contributors: YoheiKakiuchi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<package>
|
<package>
|
||||||
<name>urdf</name>
|
<name>urdf</name>
|
||||||
<version>1.10.18</version>
|
<version>1.11.0</version>
|
||||||
<description>
|
<description>
|
||||||
This package contains a C++ parser for the Unified Robot Description
|
This package contains a C++ parser for the Unified Robot Description
|
||||||
Format (URDF), which is an XML format for representing a robot model.
|
Format (URDF), which is an XML format for representing a robot model.
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Changelog for package urdf_parser_plugin
|
Changelog for package urdf_parser_plugin
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.11.0 (2014-02-21)
|
||||||
-----------
|
-------------------
|
||||||
|
|
||||||
1.10.18 (2013-12-04)
|
1.10.18 (2013-12-04)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<package>
|
<package>
|
||||||
<name>urdf_parser_plugin</name>
|
<name>urdf_parser_plugin</name>
|
||||||
<version>1.10.18</version>
|
<version>1.11.0</version>
|
||||||
<description>
|
<description>
|
||||||
This package contains a C++ base class for URDF parsers.
|
This package contains a C++ base class for URDF parsers.
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Reference in New Issue