Skip to content

Commit

Permalink
Version Update (0.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Apr 24, 2017
1 parent f66ba55 commit f6240a9
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 21 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# dynamixel-workbench
dynamixel-workbench GIT REP MAIN
# Dynamixel workbench packages

Documents : [dynamixel-workbench WIKI](http://wiki.ros.org/dynamixel_workbench)
For more information, please check the document below.

[ROS Wiki for Dynamixel workbench](http://wiki.ros.org/dynamixel_workbench)
8 changes: 8 additions & 0 deletions dynamixel_workbench/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package dynamixel_workbench
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.4 (2017-04-24)
-----------
* toolbox bug fixed
* added dynamixel new model: XL430_W250
* added dynamixel new model: XH
* renamed current controller -> torque controller
* Contributors: Darby Lim

0.1.3 (2016-11-29)
-----------
* update torque controller
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench</name>
<version>0.1.3</version>
<version>0.1.4</version>
<description>
Dynamixel-workbench is dynamixel solution for ROS.
This metapackage can help change each address in Dynamixel included id, baudrate and operating mode in command line or GUI.
Expand Down
7 changes: 7 additions & 0 deletions dynamixel_workbench_controllers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package dynamixel_workbench_controllers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.4 (2017-04-24)
-----------
* added dynamixel new model: XL430_W250
* added dynamixel new model: XH
* renamed current controller -> torque controller
* Contributors: Darby Lim, Dardy Lim

0.1.3 (2016-11-29)
-----------
* update torque controller
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_controllers/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_controllers</name>
<version>0.1.3</version>
<version>0.1.4</version>
<description>
This package provides four controllers based on operating mode and Dynamixel SDK.
It introdues how to operating Dynamixels at each mode and has an example multi port.
Expand Down
6 changes: 6 additions & 0 deletions dynamixel_workbench_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package dynamixel_workbench_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.4 (2017-04-24)
-----------
* added dynamixel new model: XL430_W250
* added dynamixel new model: XH
* Contributors: Darby Lim

0.1.3 (2016-11-29)
-----------
* add drive_mode in XM series
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_msgs</name>
<version>0.1.3</version>
<version>0.1.4</version>
<description>
The dynamixel_workbench_msgs package
This package includes ROS messages and services for dynamixel-workbench packages</description>
Expand Down
6 changes: 6 additions & 0 deletions dynamixel_workbench_single_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package dynamixel_workbench_single_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.4 (2017-04-24)
-----------
* added dynamixel new model: XL430_W250
* added dynamixel new model: XH
* Contributors: Darby Lim

0.1.3 (2016-11-29)
-----------
* add drive_mode in XM series
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_single_manager/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_single_manager</name>
<version>0.1.3</version>
<version>0.1.4</version>
<description>
This package is single manager for a Dynamixel.
Before operating Dynamixels, it can be used to check states of a Dynamixel and change address value with terminal window.
Expand Down
6 changes: 6 additions & 0 deletions dynamixel_workbench_single_manager_gui/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package dynamixel_workbench_single_manager_gui
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.4 (2017-04-24)
-----------
* added dynamixel new model: XL430_W250
* added dynamixel new model: XH
* Contributors: Darby Lim

0.1.3 (2016-11-29)
-----------
* add drive_mode in XM series
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_single_manager_gui/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_single_manager_gui</name>
<version>0.1.3</version>
<version>0.1.4</version>
<description>
This package is single manager for a Dynamixel.
Before operating Dynamixels, it can be used to check states of a Dynamixel and change address value with GUI.
Expand Down
8 changes: 8 additions & 0 deletions dynamixel_workbench_toolbox/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package dynamixel_workbench_toolbox
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.4 (2017-04-24)
-----------
* toolbox bug fixed
* added dynamixel new model: XL430_W250
* added dynamixel new model: XH
* renamed current controller -> torque controller
* Contributors: Darby Lim

0.1.3 (2016-11-29)
-----------
* modifiy folder path
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_toolbox/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_toolbox</name>
<version>0.1.3</version>
<version>0.1.4</version>
<description>
This library is used to search dynamixel information when it saved in '.device'.
</description>
Expand Down
27 changes: 16 additions & 11 deletions dynamixel_workbench_tutorials/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
Changelog for package dynamixel_workbench_tutorials
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.4 (2017-04-24)
-----------
* updated for other packages
* Contributors: Darby Lim

0.1.3 (2016-11-29)
-----------
* update torque controller
* add control parameters
* updated torque controller
* added control parameters
* modified ros nodehandle
* Contributors: Darby Lim

0.1.2 (2016-10-31)
-----------
* add stop sign in velocity controller
* added stop sign in velocity controller
* modify beta test feedback
* Contributors: Darby Lim

Expand All @@ -20,16 +25,16 @@ Changelog for package dynamixel_workbench_tutorials
* modified baudrate, factory reset, reboot and velocity controller
* Revert "add baudrate combobox and modify velocity controller"
This reverts commit f4f83761d687c40660a2c864aa4fcbebe1df4ea4.
* add baudrate combobox and modify velocity controller
* added baudrate combobox and modify velocity controller
* Contributors: Darby Lim

0.1.0 (2016-09-23)
------------------
* edit cmake and xml files
* modify message
* add multiport controller and torque controller
* add position, velocity controller and pan-tilt, wheel tutorials
* add GUI package and modify position controller
* add pan tilt and wheel node in tutorial package
* add tutorial package
* edited cmake and xml files
* modified message
* added multiport controller and torque controller
* added position, velocity controller and pan-tilt, wheel tutorials
* added GUI package and modify position controller
* added pan tilt and wheel node in tutorial package
* added tutorial package
* Contributors: Darby Lim
2 changes: 1 addition & 1 deletion dynamixel_workbench_tutorials/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_tutorials</name>
<version>0.1.3</version>
<version>0.1.4</version>
<description>
This package provides two tutorials based on ROS communication.
It is connected with each controllers to give an order.
Expand Down

0 comments on commit f6240a9

Please sign in to comment.