1.14.0
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
This commit is contained in:
parent
a33bf975fe
commit
d3d4064ebe
|
@ -2,6 +2,12 @@
|
|||
Changelog for package kdl_parser
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
1.14.0 (2020-04-13)
|
||||
-------------------
|
||||
* Used keys for Orocos (`#38 <https://github.com/ros/kdl_parser/issues/38>`_)
|
||||
* Set C++ standard to 14 (`#37 <https://github.com/ros/kdl_parser/issues/37>`_)
|
||||
* Contributors: Alejandro Hernández Cordero, James Xu, Shane Loretz
|
||||
|
||||
1.13.1 (2018-07-23)
|
||||
-------------------
|
||||
* Fix up missing link tags in some XML files. (`#15 <https://github.com/ros/kdl_parser/issues/15>`_)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package format="2">
|
||||
<name>kdl_parser</name>
|
||||
<version>1.13.2</version>
|
||||
<version>1.14.0</version>
|
||||
<description>
|
||||
The Kinematics and Dynamics Library (KDL) defines a tree structure
|
||||
to represent the kinematic and dynamic parameters of a robot
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package kdl_parser_py
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
1.14.0 (2020-04-13)
|
||||
-------------------
|
||||
* Used keys for Orocos (`#38 <https://github.com/ros/kdl_parser/issues/38>`_)
|
||||
* Contributors: Alejandro Hernández Cordero
|
||||
|
||||
1.13.1 (2018-07-23)
|
||||
-------------------
|
||||
* Remove the declaration of a library from kdl_parser_py. (`#14 <https://github.com/ros/kdl_parser/issues/14>`_)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>kdl_parser_py</name>
|
||||
<version>1.13.2</version>
|
||||
<version>1.14.0</version>
|
||||
<description>
|
||||
The Kinematics and Dynamics Library (KDL) defines a tree structure
|
||||
to represent the kinematic and dynamic parameters of a robot
|
||||
|
|
Loading…
Reference in New Issue