Skip to content

Commit 0d43db6

Browse files
committed
updated the CHANGELOG and version to release binary packages
1 parent a7c3578 commit 0d43db6

12 files changed

Lines changed: 113 additions & 6 deletions

File tree

dynamixel_workbench/CHANGELOG.rst

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

5+
0.1.6 (2017-08-09)
6+
-----------
7+
* bug fixed
8+
* updated error msg
9+
* updated get model path
10+
* updated Dynamixel PRO
11+
* updated Dynamixel XL, XM and XH
12+
* updated annotation
13+
* updated multi driver
14+
* updated address name
15+
* updated msg name
16+
* modified launch files
17+
* modified variable
18+
* modified file location
19+
* added sync read
20+
* added multi read function
21+
* added multi_driver
22+
* changed BSD license to Apache 2.0 license
23+
* Contributors: Darby Lim
24+
525
0.1.5 (2017-05-23)
626
-----------
727
* modified the cmake of toolbox

dynamixel_workbench/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>dynamixel_workbench</name>
4-
<version>0.1.5</version>
4+
<version>0.1.6</version>
55
<description>
66
Dynamixel-Workbench is dynamixel solution for ROS.
77
This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel.

dynamixel_workbench_controllers/CHANGELOG.rst

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

5+
0.1.6 (2017-08-09)
6+
-----------
7+
* updated annotation
8+
* updated controller cpp
9+
* updated profile function
10+
* updated torque control
11+
* updated read function
12+
* modified launch files
13+
* modified variable
14+
* added C++11
15+
* added pro condition
16+
* added multi port
17+
* added velocity and current control
18+
* added multi_driver
19+
* changed BSD license to Apache 2.0 license
20+
* Contributors: Darby Lim
21+
522
0.1.5 (2017-05-23)
623
-----------
724
* modified the cmake of toolbox

dynamixel_workbench_controllers/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>dynamixel_workbench_controllers</name>
4-
<version>0.1.5</version>
4+
<version>0.1.6</version>
55
<description>
66
This package contains examples of applying the 'dynamixel_workbench_toolbox' library developed on the basis of dynamixel_sdk to various operating modes of Dynamixel.
77
</description>

dynamixel_workbench_operators/CHANGELOG.rst

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

5+
0.1.6 (2017-08-09)
6+
-----------
7+
* added C++11
8+
* updated command function
9+
* updated annotation
10+
* modified variables
11+
* added operators package
12+
* changed BSD license to Apache 2.0 license
13+
* Contributors: Darby Lim
14+
515
0.1.5 (2017-05-23)
616
-----------
717
* modified the cmake of toolbox

dynamixel_workbench_operators/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>dynamixel_workbench_operators</name>
4-
<version>0.1.5</version>
4+
<version>0.1.6</version>
55
<description>
66
This package contains nodes that control the Dynamixel by communicating with the server registered in the 'dynamixel_workbench_controllers' package
77
</description>

dynamixel_workbench_single_manager/CHANGELOG.rst

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

5+
0.1.6 (2017-08-09)
6+
-----------
7+
* bug fixed
8+
* updated error msg
9+
* updated get model path
10+
* updated Dynamixel PRO
11+
* updated Dynamixel XL, XM and XH
12+
* updated annotation
13+
* updated multi driver
14+
* updated address name
15+
* updated msg name
16+
* modified launch files
17+
* modified variable
18+
* modified file location
19+
* added sync read
20+
* added multi read function
21+
* added multi_driver
22+
* changed BSD license to Apache 2.0 license
23+
* Contributors: Darby Lim
24+
525
0.1.5 (2017-05-23)
626
-----------
727
* modified the cmake of toolbox

dynamixel_workbench_single_manager/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>dynamixel_workbench_single_manager</name>
4-
<version>0.1.5</version>
4+
<version>0.1.6</version>
55
<description>
66
This package is single manager for a Dynamixel.
77
It provides a terminal environment to check the status of Dynamixel and control it before using Dynamixel

dynamixel_workbench_single_manager_gui/CHANGELOG.rst

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

5+
0.1.6 (2017-08-09)
6+
-----------
7+
* bug fixed
8+
* updated error msg
9+
* updated get model path
10+
* updated Dynamixel PRO
11+
* updated Dynamixel XL, XM and XH
12+
* updated annotation
13+
* updated multi driver
14+
* updated address name
15+
* updated msg name
16+
* modified launch files
17+
* modified variable
18+
* modified file location
19+
* added sync read
20+
* added multi read function
21+
* added multi_driver
22+
* changed BSD license to Apache 2.0 license
23+
* Contributors: Darby Lim
24+
525
0.1.5 (2017-05-23)
626
-----------
727
* modified the cmake of toolbox

dynamixel_workbench_single_manager_gui/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>dynamixel_workbench_single_manager_gui</name>
4-
<version>0.1.5</version>
4+
<version>0.1.6</version>
55
<description>
66
It provides a grapic user interface to check the status of Dynamixel and control it before using Dynamixel
77
</description>

0 commit comments

Comments
 (0)