Skip to content

Commit

Permalink
Version Update (0.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Apr 24, 2017
1 parent 69b4b5f commit 40201e4
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 5 deletions.
6 changes: 6 additions & 0 deletions robotis_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package robotis_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.2 (2017-04-24)
-----------
* updated robotis_controller.cpp
* changed to read control cycle from .robot file
* Contributors: Zerom

0.2.1 (2016-11-23)
-----------
* Merge the changes and update
Expand Down
2 changes: 1 addition & 1 deletion robotis_controller/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robotis_controller</name>
<version>0.2.1</version>
<version>0.2.2</version>
<description>
The main package that controls THORMANG3.
</description>
Expand Down
9 changes: 8 additions & 1 deletion robotis_device/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package robotis_device
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.2 (2017-04-24)
-----------
* added a deivce: OpenCR
* changed to read control cycle from .robot file
* Contributors: Zerom, Kayman

0.2.1 (2016-11-23)
-----------
* Merge the changes and update
Expand All @@ -26,6 +32,7 @@ Changelog for package robotis_device
0.1.1 (2016-08-18)
-----------
* updated the package information
* Contributors: Zerom

0.1.0 (2016-08-12)
-----------
Expand All @@ -42,4 +49,4 @@ Changelog for package robotis_device
ConvertRadian2Value / ConvertValue2Radian function bug fixed.
* added code to support the gazebo simulator
* renewal
* Contributors: ROBOTIS, ROBOTIS-zerom, pyo
* Contributors: Zerom
2 changes: 1 addition & 1 deletion robotis_device/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robotis_device</name>
<version>0.2.1</version>
<version>0.2.2</version>
<description>
The package that manages device information of ROBOTIS robots.
This package is used when reading device information with the robot information file
Expand Down
7 changes: 7 additions & 0 deletions robotis_framework/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package robotis_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.2 (2017-04-24)
-----------
* added a deivce: OpenCR
* updated robotis_controller.cpp
* changed to read control cycle from .robot file
* Contributors: Zerom, Kayman

0.2.1 (2016-11-23)
-----------
* Merge the changes and update
Expand Down
2 changes: 1 addition & 1 deletion robotis_framework/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robotis_framework</name>
<version>0.2.1</version>
<version>0.2.2</version>
<description>ROS packages for the robotis_framework (meta package)</description>
<license>BSD</license>
<author email="[email protected]">Zerom</author>
Expand Down
5 changes: 5 additions & 0 deletions robotis_framework_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package robotis_framework_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.2 (2017-04-24)
-----------
* updated for other packages
* Contributors: Zerom, Kayman

0.2.1 (2016-11-23)
-----------
* Merge the changes and update
Expand Down
2 changes: 1 addition & 1 deletion robotis_framework_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robotis_framework_common</name>
<version>0.2.1</version>
<version>0.2.2</version>
<description>
The package contains commonly used Headers for the ROBOTIS Framework.
</description>
Expand Down

0 comments on commit 40201e4

Please sign in to comment.