0.6.2
This commit is contained in:
parent
c3c0789c7a
commit
e5df9aa428
8 changed files with 22 additions and 4 deletions
|
@ -2,6 +2,11 @@
|
|||
Changelog for package rcl_action
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.6.2 (2018-12-13)
|
||||
------------------
|
||||
* [rcl_action] Bugfix: arithmetic error
|
||||
* Contributors: Jacob Perron
|
||||
|
||||
0.6.1 (2018-12-07)
|
||||
------------------
|
||||
* Added wait_for_action_server() for action clients (`#349 <https://github.com/ros2/rcl/issues/349>`_)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>rcl_action</name>
|
||||
<version>0.6.1</version>
|
||||
<version>0.6.2</version>
|
||||
<description>Package containing a C-based ROS action implementation</description>
|
||||
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
|
||||
<license>Apache License 2.0</license>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue