1.12.8
This commit is contained in:
parent
96b4002d2a
commit
c5915ec079
|
@ -2,8 +2,8 @@
|
|||
Changelog for package collada_parser
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.12.8 (2017-03-27)
|
||||
-------------------
|
||||
* add Chris and Shane as maintainers (`#184 <https://github.com/ros/robot_model/issues/184>`_)
|
||||
* fix missed mandatory -std=c++11 flag (`#181 <https://github.com/ros/robot_model/issues/181>`_)
|
||||
collada_parser,kdl_parser,urdf: add c++11 flag,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>collada_parser</name>
|
||||
<version>1.12.7</version>
|
||||
<version>1.12.8</version>
|
||||
<description>
|
||||
This package contains a C++ parser for the Collada robot
|
||||
description format. The parser reads a Collada XML robot
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package collada_urdf
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.12.8 (2017-03-27)
|
||||
-------------------
|
||||
* Remove old gazebo settings.
|
||||
Based on an initial patch from YoheiKakiuchi, just totally
|
||||
remove old Gazebo 1.0 settings, as they are never used and
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>collada_urdf</name>
|
||||
<version>1.12.7</version>
|
||||
<version>1.12.8</version>
|
||||
<description>
|
||||
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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.12.8 (2017-03-27)
|
||||
-------------------
|
||||
* [joint_state_publisher] Handle time moving backwards
|
||||
Without this patch, joint_state_publisher dies whenever the ROS time moves backwards (e.g., when running `rosbag play --clock --loop`).
|
||||
* Switch a couple more packages over to Chris and Shane.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package format="2">
|
||||
<name>joint_state_publisher</name>
|
||||
<version>1.12.7</version>
|
||||
<version>1.12.8</version>
|
||||
<description>
|
||||
This package contains a tool for setting and publishing joint state values for a given URDF.
|
||||
</description>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package kdl_parser
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.12.8 (2017-03-27)
|
||||
-------------------
|
||||
* add Chris and Shane as maintainers (`#184 <https://github.com/ros/robot_model/issues/184>`_)
|
||||
* fix missed mandatory -std=c++11 flag (`#181 <https://github.com/ros/robot_model/issues/181>`_)
|
||||
collada_parser,kdl_parser,urdf: add c++11 flag,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>kdl_parser</name>
|
||||
<version>1.12.7</version>
|
||||
<version>1.12.8</version>
|
||||
<description>
|
||||
The Kinematics and Dynamics Library (KDL) defines a tree structure
|
||||
to represent the kinematic and dynamic parameters of a robot
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package kdl_parser_py
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.12.8 (2017-03-27)
|
||||
-------------------
|
||||
* Switch a couple more packages over to Chris and Shane.
|
||||
* Contributors: Chris Lalancette
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>kdl_parser_py</name>
|
||||
<version>1.12.7</version>
|
||||
<version>1.12.8</version>
|
||||
<description>
|
||||
The Kinematics and Dynamics Library (KDL) defines a tree structure
|
||||
to represent the kinematic and dynamic parameters of a robot
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package robot_model
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.12.8 (2017-03-27)
|
||||
-------------------
|
||||
* add Chris and Shane as maintainers (`#184 <https://github.com/ros/robot_model/issues/184>`_)
|
||||
* Contributors: William Woodall
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>robot_model</name>
|
||||
<version>1.12.7</version>
|
||||
<version>1.12.8</version>
|
||||
<description>
|
||||
<tt>robot_model</tt> contains packages for modeling various
|
||||
aspects of robot information, specified in the Xml Robot
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package urdf
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.12.8 (2017-03-27)
|
||||
-------------------
|
||||
* Allow supplying NodeHandle for initParam (`#168 <https://github.com/ros/robot_model/issues/168>`_)
|
||||
* Allow supplying NodeHandle for initParam using new function.
|
||||
* fixed missing return statement in previous commit.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf</name>
|
||||
<version>1.12.7</version>
|
||||
<version>1.12.8</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.
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package urdf_parser_plugin
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.12.8 (2017-03-27)
|
||||
-------------------
|
||||
* add Chris and Shane as maintainers (`#184 <https://github.com/ros/robot_model/issues/184>`_)
|
||||
* Contributors: William Woodall
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf_parser_plugin</name>
|
||||
<version>1.12.7</version>
|
||||
<version>1.12.8</version>
|
||||
<description>
|
||||
This package contains a C++ base class for URDF parsers.
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue