Skip to content

Commit 10172c2

Browse files
committed
updated the CHANGELOG and version to release binary packages
1 parent 74fd344 commit 10172c2

File tree

8 files changed

+70
-40
lines changed

8 files changed

+70
-40
lines changed

robotis_controller/CHANGELOG.rst

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

5+
0.2.7 (2018-03-15)
6+
------------------
7+
* changed the License and package format to version 2
8+
* changed all values read by bulk read are saved to dxl_state\_->bulk_read_table\_.
9+
* Modified to prevent duplicate indirect address write
10+
* Contributors: SCH, Zerom, Pyo
11+
512
0.2.6 (2017-08-09)
6-
-----------
13+
------------------
714
* multi thread bug fixed.
815
* unnecessary debug print removed.
916
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
1017
* fixed to not update update_time_stamp\_ if bulk read fails.
1118
* Contributors: Zerom
1219

1320
0.2.5 (2017-06-09)
14-
-----------
21+
------------------
1522
* updated for yaml-cpp dependencies
1623
* Contributors: SCH
1724

1825
0.2.4 (2017-06-07)
19-
-----------
26+
------------------
2027
* added cmake_modules in package.xml
2128
* Contributors: SCH
2229

2330
0.2.3 (2017-05-23)
24-
-----------
31+
------------------
2532
* updated the cmake file for ros install
2633
* Contributors: SCH
2734

2835
0.2.2 (2017-04-24)
29-
-----------
36+
------------------
3037
* updated robotis_controller.cpp
3138
* changed to read control cycle from .robot file
3239
* Contributors: Zerom
3340

3441
0.2.1 (2016-11-23)
35-
-----------
42+
------------------
3643
* Merge the changes and update
3744
* - Direct Control Mode bug fixed.
3845
* update
@@ -50,7 +57,7 @@ Changelog for package robotis_controller
5057
* Contributors: Jay Song, Pyo, Zerom, SCH
5158

5259
0.2.0 (2016-08-31)
53-
-----------
60+
------------------
5461
* bug fixed (position pid gain & velocity pid gain sync write).
5562
* added velocity_to_value_ratio to DXL Pro-H series.
5663
* changed some debug messages.
@@ -73,11 +80,11 @@ Changelog for package robotis_controller
7380
* Contributors: Jay Song, Zerom, Pyo, SCH
7481

7582
0.1.1 (2016-08-18)
76-
-----------
83+
------------------
7784
* updated the package information
7885

7986
0.1.0 (2016-08-12)
80-
-----------
87+
------------------
8188
* first public release for Kinetic
8289
* modified the package information for release
8390
* develop branch -> master branch

robotis_controller/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_controller</name>
4-
<version>0.2.6</version>
4+
<version>0.2.7</version>
55
<description>
66
robotis_controller package for ROBOTIS's platform like Manipulator-H, THORMANG and OP series
77
</description>
88
<license>Apache 2.0</license>
99
<author email="[email protected]">Zerom</author>
10+
<author email="[email protected]">SCH</author>
1011
<maintainer email="[email protected]">Pyo</maintainer>
1112
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues</url>
1213
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework</url>

robotis_device/CHANGELOG.rst

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,47 @@
22
Changelog for package robotis_device
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.7 (2018-03-15)
6+
-------------------------
7+
* fixed a bug that occur when handling bulk read item that does not exist
8+
* changed the License and package format to version 2
9+
* Contributors: SCH, Pyo
10+
511
0.2.6 (2017-08-09)
6-
-----------
12+
------------------
713
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
814
* fixed to not update update_time_stamp\_ if bulk read fails.
915
* Contributors: Zerom
1016

1117
0.2.5 (2017-06-09)
12-
-----------
18+
------------------
1319
* none
1420

1521
0.2.4 (2017-06-07)
16-
-----------
22+
------------------
1723
* none
1824

1925
0.2.3 (2017-05-23)
20-
-----------
26+
------------------
2127
* updated the cmake file for ros install
2228
* Contributors: SCH
2329

2430
0.2.2 (2017-04-24)
25-
-----------
31+
------------------
2632
* added a deivce: OpenCR
2733
* changed to read control cycle from .robot file
2834
* Contributors: Zerom, Kayman
2935

3036
0.2.1 (2016-11-23)
31-
-----------
37+
------------------
3238
* Merge the changes and update
3339
* mode change debugging
3440
* - convertRadian2Value / convertValue2Radian : commented out the code that limits the maximum/minimum value.
3541
* - modified dependency problem.
3642
* Contributors: Jay Song, Pyo, Zerom, SCH
3743

3844
0.2.0 (2016-08-31)
39-
-----------
45+
------------------
4046
* bug fixed (position pid gain & velocity pid gain sync write).
4147
* added velocity_to_value_ratio to DXL Pro-H series.
4248
* added velocity p/i/d gain and position i/d gain sync_write code.
@@ -49,12 +55,12 @@ Changelog for package robotis_device
4955
* Contributors: Zerom, Pyo
5056

5157
0.1.1 (2016-08-18)
52-
-----------
58+
------------------
5359
* updated the package information
5460
* Contributors: Zerom
5561

5662
0.1.0 (2016-08-12)
57-
-----------
63+
------------------
5864
* first public release for Kinetic
5965
* modified the package information for release
6066
* develop branch -> master branch

robotis_device/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_device</name>
4-
<version>0.2.6</version>
4+
<version>0.2.7</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
88
from the robotis_controller package.
99
</description>
1010
<license>Apache 2.0</license>
1111
<author email="[email protected]">Zerom</author>
12+
<author email="[email protected]">SCH</author>
1213
<maintainer email="[email protected]">Pyo</maintainer>
1314
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues</url>
1415
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework</url>

robotis_framework/CHANGELOG.rst

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,56 @@
22
Changelog for package robotis_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.7 (2018-03-15)
6+
------------------
7+
* changed all values read by bulk read are saved to dxl_state\_->bulk_read_table\_.
8+
* Modified to prevent duplicate indirect address write
9+
* fixed a bug that occur when handling bulk read item that does not exist
10+
* changed the License and package format to version 2
11+
* Contributors: SCH, Zerom, Pyo
12+
513
0.2.6 (2017-08-09)
6-
-----------
14+
------------------
715
* multi thread bug fixed.
816
* unnecessary debug print removed.
917
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
1018
* fixed to not update update_time_stamp\_ if bulk read fails.
1119
* Contributors: Zerom
1220

1321
0.2.5 (2017-06-09)
14-
-----------
22+
------------------
1523
* updated for yaml-cpp dependencies (robotis_controller)
1624
* Contributors: SCH
1725

1826
0.2.4 (2017-06-07)
19-
-----------
27+
------------------
2028
* added cmake_modules in package.xml
2129
* Contributors: SCH
2230

2331
0.2.3 (2017-05-23)
24-
-----------
32+
------------------
2533
* updated the cmake file for ros install
2634
* Contributors: SCH
2735

2836
0.2.2 (2017-04-24)
29-
-----------
37+
------------------
3038
* added a deivce: OpenCR
3139
* updated robotis_controller.cpp
3240
* changed to read control cycle from .robot file
3341
* Contributors: Zerom, Kayman
3442

3543
0.2.1 (2016-11-23)
36-
-----------
44+
------------------
3745
* Merge the changes and update
3846

3947
0.2.0 (2016-08-31)
40-
-----------
48+
------------------
4149
* updated CHANGLOG.rst for minor release
4250

4351
0.1.1 (2016-08-18)
44-
-----------
52+
------------------
4553
* updated the package information
4654

4755
0.1.0 (2016-08-12)
48-
-----------
56+
------------------
4957
* make a meta-package

robotis_framework/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_framework</name>
4-
<version>0.2.6</version>
4+
<version>0.2.7</version>
55
<description>
66
ROS packages for the robotis_framework (meta package)
77
</description>
88
<license>Apache 2.0</license>
99
<author email="[email protected]">Zerom</author>
10+
<author email="[email protected]">SCH</author>
1011
<maintainer email="[email protected]">Pyo</maintainer>
1112
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues</url>
1213
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework</url>

robotis_framework_common/CHANGELOG.rst

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,53 @@
22
Changelog for package robotis_framework_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.7 (2018-03-15)
6+
------------------
7+
* change the License and package format to version 2
8+
* Contributors: Pyo
9+
510
0.2.6 (2017-08-09)
6-
-----------
11+
------------------
712
* none
813

914
0.2.5 (2017-06-09)
10-
-----------
15+
------------------
1116
* none
1217

1318
0.2.4 (2017-06-07)
14-
-----------
19+
------------------
1520
* none
1621

1722
0.2.3 (2017-05-23)
18-
-----------
23+
------------------
1924
* updated the cmake file for ros install
2025
* Contributors: SCH
2126

2227
0.2.2 (2017-04-24)
23-
-----------
28+
------------------
2429
* updated for other packages
2530
* Contributors: Zerom, Kayman
2631

2732
0.2.1 (2016-11-23)
28-
-----------
33+
------------------
2934
* Merge the changes and update
3035
* - dependencies fixed. (Pull requests `#26 <https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues/26>`_)
3136
* - modified dependency problem.
3237
* Contributors: Jay Song, Pyo, Zerom
3338

3439
0.2.0 (2016-08-31)
35-
-----------
40+
------------------
3641
* updated CHANGLOG.rst for minor release
3742
* rename ControlMode(CurrentControl -> TorqueControl)
3843
* rename (port_to_sync_write_torque\_ -> port_to_sync_write_current\_)
3944
* Contributors: Zerom, Pyo
4045

4146
0.1.1 (2016-08-18)
42-
-----------
47+
------------------
4348
* updated the package information
4449

4550
0.1.0 (2016-08-12)
46-
-----------
51+
------------------
4752
* modified the package information for release
4853
* Setting the license to BSD.
4954
* add SensorState

robotis_framework_common/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_framework_common</name>
4-
<version>0.2.6</version>
4+
<version>0.2.7</version>
55
<description>
66
The package contains commonly used Headers for the ROBOTIS Framework.
77
</description>
88
<license>Apache 2.0</license>
99
<author email="[email protected]">Zerom</author>
10+
<author email="[email protected]">SCH</author>
1011
<maintainer email="[email protected]">Pyo</maintainer>
1112
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues</url>
1213
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework</url>

0 commit comments

Comments
 (0)