Skip to content

Commit

Permalink
version update (0.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed May 23, 2017
1 parent 0378daf commit 7128564
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 10 deletions.
5 changes: 5 additions & 0 deletions dynamixel_workbench/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package dynamixel_workbench
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.5 (2017-05-23)
-----------
* modified the cmake of toolbox
* Contributors: Darby Lim

0.1.4 (2017-04-24)
-----------
* toolbox bug fixed
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.4</version>
<version>0.1.5</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
5 changes: 5 additions & 0 deletions dynamixel_workbench_controllers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package dynamixel_workbench_controllers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.5 (2017-05-23)
-----------
* modified the cmake of toolbox
* Contributors: Darby Lim

0.1.4 (2017-04-24)
-----------
* added dynamixel new model: XL430_W250
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.4</version>
<version>0.1.5</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
5 changes: 5 additions & 0 deletions dynamixel_workbench_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package dynamixel_workbench_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.5 (2017-05-23)
-----------
* modified the cmake of toolbox
* Contributors: Darby Lim

0.1.4 (2017-04-24)
-----------
* added dynamixel new model: XL430_W250
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.4</version>
<version>0.1.5</version>
<description>
The dynamixel_workbench_msgs package
This package includes ROS messages and services for dynamixel-workbench packages</description>
Expand Down
5 changes: 5 additions & 0 deletions dynamixel_workbench_single_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package dynamixel_workbench_single_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.5 (2017-05-23)
-----------
* modified the cmake of toolbox
* Contributors: Darby Lim

0.1.4 (2017-04-24)
-----------
* added dynamixel new model: XL430_W250
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.4</version>
<version>0.1.5</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
5 changes: 5 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,11 @@
Changelog for package dynamixel_workbench_single_manager_gui
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.5 (2017-05-23)
-----------
* modified the cmake of toolbox
* Contributors: Darby Lim

0.1.4 (2017-04-24)
-----------
* added dynamixel new model: XL430_W250
Expand Down
3 changes: 1 addition & 2 deletions dynamixel_workbench_single_manager_gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ find_package(catkin REQUIRED COMPONENTS
# Build
################################################################################
include_directories(${catkin_INCLUDE_DIRS})

catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp
Expand Down Expand Up @@ -65,5 +66,3 @@ install(TARGETS dynamixel_workbench_single_manager_gui
install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
)


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.4</version>
<version>0.1.5</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.5 (2017-05-23)
-----------
* modified the cmake of toolbox
* Contributors: Darby Lim

0.1.4 (2017-04-24)
-----------
* toolbox bug fixed
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_toolbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install(DIRECTORY include/${PROJECT_NAME}/
)

install(DIRECTORY dynamixel/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/dynamixel
)

################################################################################
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.4</version>
<version>0.1.5</version>
<description>
This library is used to search dynamixel information when it saved in '.device'.
</description>
Expand Down
5 changes: 5 additions & 0 deletions dynamixel_workbench_tutorials/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package dynamixel_workbench_tutorials
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.5 (2017-05-23)
-----------
* modified the cmake of toolbox
* Contributors: Darby Lim

0.1.4 (2017-04-24)
-----------
* updated for other packages
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.4</version>
<version>0.1.5</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 7128564

Please sign in to comment.