1.14.1
Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
This commit is contained in:
parent
92e0c947dc
commit
735d562454
|
@ -2,6 +2,9 @@
|
|||
Changelog for package kdl_parser
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
1.14.1 (2020-08-24)
|
||||
-------------------
|
||||
|
||||
1.14.0 (2020-04-13)
|
||||
-------------------
|
||||
* Used keys for Orocos (`#38 <https://github.com/ros/kdl_parser/issues/38>`_)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package format="2">
|
||||
<name>kdl_parser</name>
|
||||
<version>1.14.0</version>
|
||||
<version>1.14.1</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.1 (2020-08-24)
|
||||
-------------------
|
||||
* Drop CATKIN_IGNORE (`#42 <https://github.com/ros/kdl_parser/issues/42>`_)
|
||||
* Contributors: Jochen Sprickerhof
|
||||
|
||||
1.14.0 (2020-04-13)
|
||||
-------------------
|
||||
* Used keys for Orocos (`#38 <https://github.com/ros/kdl_parser/issues/38>`_)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>kdl_parser_py</name>
|
||||
<version>1.14.0</version>
|
||||
<version>1.14.1</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