1.11.4
This commit is contained in:
parent
a56582facc
commit
109d635894
|
@ -2,8 +2,8 @@
|
|||
Changelog for package collada_parser
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.11.4 (2014-07-07)
|
||||
-------------------
|
||||
* collada_parser: add extract actuators, fix for using nominal torque
|
||||
* moving to new dependency for urdfdom and urdfdom_headers. https://github.com/ros/rosdistro/issues/4633
|
||||
* Contributors: Tully Foote, YoheiKakiuchi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>collada_parser</name>
|
||||
<version>1.11.3</version>
|
||||
<version>1.11.4</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.11.4 (2014-07-07)
|
||||
-------------------
|
||||
* moving to new dependency for urdfdom and urdfdom_headers. https://github.com/ros/rosdistro/issues/4633
|
||||
* Fix clash with assimp 3.1 in CMake.
|
||||
* Contributors: Benjamin Chrétien, Tully Foote
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>collada_urdf</name>
|
||||
<version>1.11.3</version>
|
||||
<version>1.11.4</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.11.4 (2014-07-07)
|
||||
-------------------
|
||||
* Update package.xml
|
||||
Updating author and maintainer email for consistency
|
||||
* Contributors: David Lu!!
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>joint_state_publisher</name>
|
||||
<version>1.11.3</version>
|
||||
<version>1.11.4</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.11.4 (2014-07-07)
|
||||
-------------------
|
||||
|
||||
1.11.3 (2014-06-24)
|
||||
-------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>kdl_parser</name>
|
||||
<version>1.11.3</version>
|
||||
<version>1.11.4</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 resource_retriever
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.11.4 (2014-07-07)
|
||||
-------------------
|
||||
|
||||
1.11.3 (2014-06-24)
|
||||
-------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>resource_retriever</name>
|
||||
<version>1.11.3</version>
|
||||
<version>1.11.4</version>
|
||||
<description>
|
||||
This package retrieves data from url-format files such as http://,
|
||||
ftp://, package:// file://, etc., and loads the data into memory.
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package robot_model
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.11.4 (2014-07-07)
|
||||
-------------------
|
||||
|
||||
1.11.3 (2014-06-24)
|
||||
-------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>robot_model</name>
|
||||
<version>1.11.3</version>
|
||||
<version>1.11.4</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.11.4 (2014-07-07)
|
||||
-------------------
|
||||
* moving to new dependency for urdfdom and urdfdom_headers. https://github.com/ros/rosdistro/issues/4633
|
||||
* Contributors: Tully Foote
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf</name>
|
||||
<version>1.11.3</version>
|
||||
<version>1.11.4</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.11.4 (2014-07-07)
|
||||
-------------------
|
||||
* moving to new dependency for urdfdom and urdfdom_headers. https://github.com/ros/rosdistro/issues/4633
|
||||
* Contributors: Tully Foote
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf_parser_plugin</name>
|
||||
<version>1.11.3</version>
|
||||
<version>1.11.4</version>
|
||||
<description>
|
||||
This package contains a C++ base class for URDF parsers.
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue