Skip to content

Commit 9bf3178

Browse files
authored
Merge pull request #39 from ROBOTIS-GIT/kinetic-devel
Merge for sync kinetic-devel and master branch
2 parents c42dadf + 40201e4 commit 9bf3178

File tree

8 files changed

+30
-5
lines changed

8 files changed

+30
-5
lines changed

robotis_controller/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package robotis_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.2 (2017-04-24)
6+
-----------
7+
* updated robotis_controller.cpp
8+
* changed to read control cycle from .robot file
9+
* Contributors: Zerom
10+
511
0.2.1 (2016-11-23)
612
-----------
713
* Merge the changes and update

robotis_controller/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_controller</name>
4-
<version>0.2.1</version>
4+
<version>0.2.2</version>
55
<description>
66
The main package that controls THORMANG3.
77
</description>

robotis_device/CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package robotis_device
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.2 (2017-04-24)
6+
-----------
7+
* added a deivce: OpenCR
8+
* changed to read control cycle from .robot file
9+
* Contributors: Zerom, Kayman
10+
511
0.2.1 (2016-11-23)
612
-----------
713
* Merge the changes and update
@@ -26,6 +32,7 @@ Changelog for package robotis_device
2632
0.1.1 (2016-08-18)
2733
-----------
2834
* updated the package information
35+
* Contributors: Zerom
2936

3037
0.1.0 (2016-08-12)
3138
-----------
@@ -42,4 +49,4 @@ Changelog for package robotis_device
4249
ConvertRadian2Value / ConvertValue2Radian function bug fixed.
4350
* added code to support the gazebo simulator
4451
* renewal
45-
* Contributors: ROBOTIS, ROBOTIS-zerom, pyo
52+
* Contributors: Zerom

robotis_device/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_device</name>
4-
<version>0.2.1</version>
4+
<version>0.2.2</version>
55
<description>
66
The package that manages device information of ROBOTIS robots.
77
This package is used when reading device information with the robot information file

robotis_framework/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package robotis_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.2 (2017-04-24)
6+
-----------
7+
* added a deivce: OpenCR
8+
* updated robotis_controller.cpp
9+
* changed to read control cycle from .robot file
10+
* Contributors: Zerom, Kayman
11+
512
0.2.1 (2016-11-23)
613
-----------
714
* Merge the changes and update

robotis_framework/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_framework</name>
4-
<version>0.2.1</version>
4+
<version>0.2.2</version>
55
<description>ROS packages for the robotis_framework (meta package)</description>
66
<license>BSD</license>
77
<author email="[email protected]">Zerom</author>

robotis_framework_common/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package robotis_framework_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.2 (2017-04-24)
6+
-----------
7+
* updated for other packages
8+
* Contributors: Zerom, Kayman
9+
510
0.2.1 (2016-11-23)
611
-----------
712
* Merge the changes and update

robotis_framework_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_framework_common</name>
4-
<version>0.2.1</version>
4+
<version>0.2.2</version>
55
<description>
66
The package contains commonly used Headers for the ROBOTIS Framework.
77
</description>

0 commit comments

Comments
 (0)