This commit is contained in:
William Woodall 2016-10-27 13:53:16 -07:00
parent 5781513e7d
commit 5c246be809
16 changed files with 24 additions and 24 deletions

View File

@ -2,8 +2,8 @@
Changelog for package collada_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.12.5 (2016-10-27)
-------------------
1.12.4 (2016-08-23)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>collada_parser</name>
<version>1.12.4</version>
<version>1.12.5</version>
<description>
This package contains a C++ parser for the Collada robot
description format. The parser reads a Collada XML robot

View File

@ -2,8 +2,8 @@
Changelog for package collada_urdf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.12.5 (2016-10-27)
-------------------
1.12.4 (2016-08-23)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>collada_urdf</name>
<version>1.12.4</version>
<version>1.12.5</version>
<description>
This package contains a tool to convert Unified Robot Description Format (URDF) documents into COLLAborative Design Activity (COLLADA) documents.

View File

@ -2,8 +2,8 @@
Changelog for package joint_state_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.12.5 (2016-10-27)
-------------------
* Fix initial position of sliders in joint_state_publisher GUI (`#148 <https://github.com/ros/robot_model/issues/148>`_)
Caused by a regression in 8c6cf9841cb, the slider positions are not initialized correctly
from the provided zero positions at startup.

View File

@ -1,6 +1,6 @@
<package>
<name>joint_state_publisher</name>
<version>1.12.4</version>
<version>1.12.5</version>
<description>
This package contains a tool for setting and publishing joint state values for a given URDF.
</description>

View File

@ -2,8 +2,8 @@
Changelog for package kdl_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.12.5 (2016-10-27)
-------------------
* fix segfault: safely handle empty robot model (`#154 <https://github.com/ros/robot_model/issues/154>`_)
* Contributors: Robert Haschke

View File

@ -1,6 +1,6 @@
<package>
<name>kdl_parser</name>
<version>1.12.4</version>
<version>1.12.5</version>
<description>
The Kinematics and Dynamics Library (KDL) defines a tree structure
to represent the kinematic and dynamic parameters of a robot

View File

@ -2,8 +2,8 @@
Changelog for package kdl_parser_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.12.5 (2016-10-27)
-------------------
1.12.4 (2016-08-23)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>kdl_parser_py</name>
<version>1.12.4</version>
<version>1.12.5</version>
<description>
The Kinematics and Dynamics Library (KDL) defines a tree structure
to represent the kinematic and dynamic parameters of a robot

View File

@ -2,8 +2,8 @@
Changelog for package robot_model
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.12.5 (2016-10-27)
-------------------
1.12.4 (2016-08-23)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>robot_model</name>
<version>1.12.4</version>
<version>1.12.5</version>
<description>
<tt>robot_model</tt> contains packages for modeling various
aspects of robot information, specified in the Xml Robot

View File

@ -2,8 +2,8 @@
Changelog for package urdf
^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.12.5 (2016-10-27)
-------------------
* Added urdf_compatibility.h header to define SharedPtr types (`#160 <https://github.com/ros/robot_model/issues/160>`_)
This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
* urdf: Explicitly cast shared_ptr to bool in unit test. (`#158 <https://github.com/ros/robot_model/issues/158>`_)

View File

@ -1,6 +1,6 @@
<package>
<name>urdf</name>
<version>1.12.4</version>
<version>1.12.5</version>
<description>
This package contains a C++ parser for the Unified Robot Description
Format (URDF), which is an XML format for representing a robot model.

View File

@ -2,8 +2,8 @@
Changelog for package urdf_parser_plugin
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.12.5 (2016-10-27)
-------------------
1.12.4 (2016-08-23)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>urdf_parser_plugin</name>
<version>1.12.4</version>
<version>1.12.5</version>
<description>
This package contains a C++ base class for URDF parsers.
</description>