This commit is contained in:
William Woodall 2017-01-04 17:12:12 -08:00
parent 7c8c7caf9e
commit bdb6c0fd35
16 changed files with 24 additions and 24 deletions

View File

@ -2,8 +2,8 @@
Changelog for package collada_parser Changelog for package collada_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.12.6 (2017-01-04)
----------- -------------------
* Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_) * Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_)
* Contributors: Jochen Sprickerhof * Contributors: Jochen Sprickerhof

View File

@ -1,6 +1,6 @@
<package> <package>
<name>collada_parser</name> <name>collada_parser</name>
<version>1.12.5</version> <version>1.12.6</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

View File

@ -2,8 +2,8 @@
Changelog for package collada_urdf Changelog for package collada_urdf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.12.6 (2017-01-04)
----------- -------------------
* Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_) * Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_)
* Contributors: Jochen Sprickerhof * Contributors: Jochen Sprickerhof

View File

@ -1,6 +1,6 @@
<package> <package>
<name>collada_urdf</name> <name>collada_urdf</name>
<version>1.12.5</version> <version>1.12.6</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.

View File

@ -2,8 +2,8 @@
Changelog for package joint_state_publisher Changelog for package joint_state_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.12.6 (2017-01-04)
----------- -------------------
* Migrated slots in joint state publisher gui to Qt5 (`#147 <https://github.com/ros/robot_model/issues/147>`_) * Migrated slots in joint state publisher gui to Qt5 (`#147 <https://github.com/ros/robot_model/issues/147>`_)
* Now uses GridLayout to support large numbers of joints and small screens (`#150 <https://github.com/ros/robot_model/issues/150>`_) * Now uses GridLayout to support large numbers of joints and small screens (`#150 <https://github.com/ros/robot_model/issues/150>`_)
* Contributors: Bence Magyar, Michał Barciś * Contributors: Bence Magyar, Michał Barciś

View File

@ -1,6 +1,6 @@
<package> <package>
<name>joint_state_publisher</name> <name>joint_state_publisher</name>
<version>1.12.5</version> <version>1.12.6</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>

View File

@ -2,8 +2,8 @@
Changelog for package kdl_parser Changelog for package kdl_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.12.6 (2017-01-04)
----------- -------------------
* Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_) * Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_)
* Contributors: Jochen Sprickerhof * Contributors: Jochen Sprickerhof

View File

@ -1,6 +1,6 @@
<package> <package>
<name>kdl_parser</name> <name>kdl_parser</name>
<version>1.12.5</version> <version>1.12.6</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

View File

@ -2,8 +2,8 @@
Changelog for package kdl_parser_py Changelog for package kdl_parser_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.12.6 (2017-01-04)
----------- -------------------
1.12.5 (2016-10-27) 1.12.5 (2016-10-27)
------------------- -------------------

View File

@ -1,6 +1,6 @@
<package> <package>
<name>kdl_parser_py</name> <name>kdl_parser_py</name>
<version>1.12.5</version> <version>1.12.6</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

View File

@ -2,8 +2,8 @@
Changelog for package robot_model Changelog for package robot_model
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.12.6 (2017-01-04)
----------- -------------------
1.12.5 (2016-10-27) 1.12.5 (2016-10-27)
------------------- -------------------

View File

@ -1,6 +1,6 @@
<package> <package>
<name>robot_model</name> <name>robot_model</name>
<version>1.12.5</version> <version>1.12.6</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

View File

@ -2,8 +2,8 @@
Changelog for package urdf Changelog for package urdf
^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.12.6 (2017-01-04)
----------- -------------------
* Addressed gcc6 build error in the urdf package, forward port of `#156 <https://github.com/ros/robot_model/issues/156>`_ (`#173 <https://github.com/ros/robot_model/issues/173>`_) * Addressed gcc6 build error in the urdf package, forward port of `#156 <https://github.com/ros/robot_model/issues/156>`_ (`#173 <https://github.com/ros/robot_model/issues/173>`_)
* Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_) * Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_)
* Contributors: Jochen Sprickerhof, William Woodall * Contributors: Jochen Sprickerhof, William Woodall

View File

@ -1,6 +1,6 @@
<package> <package>
<name>urdf</name> <name>urdf</name>
<version>1.12.5</version> <version>1.12.6</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.

View File

@ -2,8 +2,8 @@
Changelog for package urdf_parser_plugin Changelog for package urdf_parser_plugin
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 1.12.6 (2017-01-04)
----------- -------------------
* Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_) * Now using urdf::*ShredPtr instead of boost::shared_ptr (`#144 <https://github.com/ros/robot_model/issues/144>`_)
* Contributors: Jochen Sprickerhof * Contributors: Jochen Sprickerhof

View File

@ -1,6 +1,6 @@
<package> <package>
<name>urdf_parser_plugin</name> <name>urdf_parser_plugin</name>
<version>1.12.5</version> <version>1.12.6</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>