Skip to content

Commit

Permalink
ready for release ver. 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Oct 31, 2016
1 parent a17efd7 commit d1b9a17
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 7 deletions.
6 changes: 6 additions & 0 deletions dynamixel_workbench/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package dynamixel_workbench
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.1.1 (2016-10-21)
-----------
* Revert "add baudrate combobox and modify 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.1</version>
<version>0.1.2</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
6 changes: 6 additions & 0 deletions dynamixel_workbench_controllers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package dynamixel_workbench_controllers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.1.1 (2016-10-21)
-----------
* Revert "add baudrate combobox and modify 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.1</version>
<version>0.1.2</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.2 (2016-10-31)
-----------
* add comment in msgs file
* modify beta test feedback
* Contributors: Darby Lim

0.1.1 (2016-10-21)
-----------
* Revert "add baudrate combobox and modify velocity controller"
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.1</version>
<version>0.1.2</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.2 (2016-10-31)
-----------
* add comment in msgs file
* add stop sign in velocity controller
* modify beta test feedback
* Contributors: Darby Lim

0.1.1 (2016-10-21)
-----------
* modified single manager and gui
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.1</version>
<version>0.1.2</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.2 (2016-10-31)
-----------
* add comment in msgs file
* add stop sign in velocity controller
* modify beta test feedback
* Contributors: Darby Lim

0.1.1 (2016-10-21)
-----------
* modified single manager and gui
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.1</version>
<version>0.1.2</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
5 changes: 5 additions & 0 deletions dynamixel_workbench_toolbox/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package dynamixel_workbench_toolbox
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.2 (2016-10-31)
-----------
* modify beta test feedback
* Contributors: Darby Lim

0.1.1 (2016-10-21)
-----------
* Revert "add baudrate combobox and modify velocity controller"
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.1</version>
<version>0.1.2</version>
<description>
This library is used to search dynamixel information when it saved in '.device'.
</description>
Expand Down
6 changes: 6 additions & 0 deletions dynamixel_workbench_tutorials/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package dynamixel_workbench_tutorials
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.1.1 (2016-10-21)
-----------
* modified baudrate, factory reset, reboot and 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.1</version>
<version>0.1.2</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 d1b9a17

Please sign in to comment.