Skip to content

Commit

Permalink
Merge pull request #24 from ROBOTIS-GIT/master
Browse files Browse the repository at this point in the history
ready for release 0.1.3
  • Loading branch information
robotpilot committed Nov 29, 2016
2 parents bc89a9c + 4a56dd6 commit dc1ea71
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 7 deletions.
7 changes: 7 additions & 0 deletions dynamixel_workbench/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package dynamixel_workbench
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.1.2 (2016-10-31)
-----------
* add stop sign in velocity 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.2</version>
<version>0.1.3</version>
<description>
Dynamixel-workbench is dynamixel solution for ROS.
This metapackage can helps 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.3 (2016-11-29)
-----------
* update torque controller
* add control parameters
* modified ros nodehandle
* Contributors: Darby Lim

0.1.2 (2016-10-31)
-----------
* add stop sign in velocity 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.2</version>
<version>0.1.3</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.3 (2016-11-29)
-----------
* add drive_mode in XM series
* modified msgs files
* Contributors: Darby Lim

0.1.2 (2016-10-31)
-----------
* add comment in msgs file
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.2</version>
<version>0.1.3</version>
<description>
The dynamixel_workbench_msgs package
This package includes ROS messages and services for dynamixel-workbench packages</description>
Expand Down
7 changes: 7 additions & 0 deletions dynamixel_workbench_single_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package dynamixel_workbench_single_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.3 (2016-11-29)
-----------
* add drive_mode in XM series
* update single manager and GUI
* modified msgs files
* Contributors: Darby Lim

0.1.2 (2016-10-31)
-----------
* add comment in msgs file
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.2</version>
<version>0.1.3</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
7 changes: 7 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,13 @@
Changelog for package dynamixel_workbench_single_manager_gui
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.3 (2016-11-29)
-----------
* add drive_mode in XM series
* update single manager and GUI
* modified msgs files
* Contributors: Darby Lim

0.1.2 (2016-10-31)
-----------
* add comment in msgs file
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.2</version>
<version>0.1.3</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
6 changes: 6 additions & 0 deletions dynamixel_workbench_toolbox/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package dynamixel_workbench_toolbox
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.3 (2016-11-29)
-----------
* modifiy folder path
* add drive_mode in XM series
* Contributors: Darby Lim

0.1.2 (2016-10-31)
-----------
* modify beta test feedback
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.2</version>
<version>0.1.3</version>
<description>
This library is used to search dynamixel information when it saved in '.device'.
</description>
Expand Down
7 changes: 7 additions & 0 deletions dynamixel_workbench_tutorials/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package dynamixel_workbench_tutorials
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.1.2 (2016-10-31)
-----------
* add stop sign in velocity controller
Expand Down
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.2</version>
<version>0.1.3</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 dc1ea71

Please sign in to comment.