updated the CHANGELOG and version to release binary packages

This commit is contained in:
Pyo
2018-03-15 09:35:18 +09:00
parent 74fd344c67
commit 10172c2e34
8 changed files with 70 additions and 40 deletions

View File

@ -2,8 +2,15 @@
Changelog for package robotis_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.2.7 (2018-03-15)
------------------
* changed the License and package format to version 2
* changed all values read by bulk read are saved to dxl_state\_->bulk_read_table\_.
* Modified to prevent duplicate indirect address write
* Contributors: SCH, Zerom, Pyo
0.2.6 (2017-08-09)
-----------
------------------
* multi thread bug fixed.
* unnecessary debug print removed.
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
@ -11,28 +18,28 @@ Changelog for package robotis_controller
* Contributors: Zerom
0.2.5 (2017-06-09)
-----------
------------------
* updated for yaml-cpp dependencies
* Contributors: SCH
0.2.4 (2017-06-07)
-----------
------------------
* added cmake_modules in package.xml
* Contributors: SCH
0.2.3 (2017-05-23)
-----------
------------------
* updated the cmake file for ros install
* Contributors: SCH
0.2.2 (2017-04-24)
-----------
------------------
* updated robotis_controller.cpp
* changed to read control cycle from .robot file
* Contributors: Zerom
0.2.1 (2016-11-23)
-----------
------------------
* Merge the changes and update
* - Direct Control Mode bug fixed.
* update
@ -50,7 +57,7 @@ Changelog for package robotis_controller
* Contributors: Jay Song, Pyo, Zerom, SCH
0.2.0 (2016-08-31)
-----------
------------------
* bug fixed (position pid gain & velocity pid gain sync write).
* added velocity_to_value_ratio to DXL Pro-H series.
* changed some debug messages.
@ -73,11 +80,11 @@ Changelog for package robotis_controller
* Contributors: Jay Song, Zerom, Pyo, SCH
0.1.1 (2016-08-18)
-----------
------------------
* updated the package information
0.1.0 (2016-08-12)
-----------
------------------
* first public release for Kinetic
* modified the package information for release
* develop branch -> master branch

View File

@ -1,12 +1,13 @@
<?xml version="1.0"?>
<package format="2">
<name>robotis_controller</name>
<version>0.2.6</version>
<version>0.2.7</version>
<description>
robotis_controller package for ROBOTIS's platform like Manipulator-H, THORMANG and OP series
</description>
<license>Apache 2.0</license>
<author email="zerom@robotis.com">Zerom</author>
<author email="sch@robotis.com">SCH</author>
<maintainer email="pyo@robotis.com">Pyo</maintainer>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues</url>
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework</url>

View File

@ -2,33 +2,39 @@
Changelog for package robotis_device
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.2.7 (2018-03-15)
-------------------------
* fixed a bug that occur when handling bulk read item that does not exist
* changed the License and package format to version 2
* Contributors: SCH, Pyo
0.2.6 (2017-08-09)
-----------
------------------
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
* fixed to not update update_time_stamp\_ if bulk read fails.
* Contributors: Zerom
0.2.5 (2017-06-09)
-----------
------------------
* none
0.2.4 (2017-06-07)
-----------
------------------
* none
0.2.3 (2017-05-23)
-----------
------------------
* updated the cmake file for ros install
* Contributors: SCH
0.2.2 (2017-04-24)
-----------
------------------
* added a deivce: OpenCR
* changed to read control cycle from .robot file
* Contributors: Zerom, Kayman
0.2.1 (2016-11-23)
-----------
------------------
* Merge the changes and update
* mode change debugging
* - convertRadian2Value / convertValue2Radian : commented out the code that limits the maximum/minimum value.
@ -36,7 +42,7 @@ Changelog for package robotis_device
* Contributors: Jay Song, Pyo, Zerom, SCH
0.2.0 (2016-08-31)
-----------
------------------
* bug fixed (position pid gain & velocity pid gain sync write).
* added velocity_to_value_ratio to DXL Pro-H series.
* added velocity p/i/d gain and position i/d gain sync_write code.
@ -49,12 +55,12 @@ Changelog for package robotis_device
* Contributors: Zerom, Pyo
0.1.1 (2016-08-18)
-----------
------------------
* updated the package information
* Contributors: Zerom
0.1.0 (2016-08-12)
-----------
------------------
* first public release for Kinetic
* modified the package information for release
* develop branch -> master branch

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>robotis_device</name>
<version>0.2.6</version>
<version>0.2.7</version>
<description>
The package that manages device information of ROBOTIS robots.
This package is used when reading device information with the robot information file
@ -9,6 +9,7 @@
</description>
<license>Apache 2.0</license>
<author email="zerom@robotis.com">Zerom</author>
<author email="sch@robotis.com">SCH</author>
<maintainer email="pyo@robotis.com">Pyo</maintainer>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues</url>
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework</url>

View File

@ -2,8 +2,16 @@
Changelog for package robotis_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.2.7 (2018-03-15)
------------------
* changed all values read by bulk read are saved to dxl_state\_->bulk_read_table\_.
* Modified to prevent duplicate indirect address write
* fixed a bug that occur when handling bulk read item that does not exist
* changed the License and package format to version 2
* Contributors: SCH, Zerom, Pyo
0.2.6 (2017-08-09)
-----------
------------------
* multi thread bug fixed.
* unnecessary debug print removed.
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
@ -11,39 +19,39 @@ Changelog for package robotis_framework
* Contributors: Zerom
0.2.5 (2017-06-09)
-----------
------------------
* updated for yaml-cpp dependencies (robotis_controller)
* Contributors: SCH
0.2.4 (2017-06-07)
-----------
------------------
* added cmake_modules in package.xml
* Contributors: SCH
0.2.3 (2017-05-23)
-----------
------------------
* updated the cmake file for ros install
* Contributors: SCH
0.2.2 (2017-04-24)
-----------
------------------
* added a deivce: OpenCR
* updated robotis_controller.cpp
* changed to read control cycle from .robot file
* Contributors: Zerom, Kayman
0.2.1 (2016-11-23)
-----------
------------------
* Merge the changes and update
0.2.0 (2016-08-31)
-----------
------------------
* updated CHANGLOG.rst for minor release
0.1.1 (2016-08-18)
-----------
------------------
* updated the package information
0.1.0 (2016-08-12)
-----------
------------------
* make a meta-package

View File

@ -1,12 +1,13 @@
<?xml version="1.0"?>
<package format="2">
<name>robotis_framework</name>
<version>0.2.6</version>
<version>0.2.7</version>
<description>
ROS packages for the robotis_framework (meta package)
</description>
<license>Apache 2.0</license>
<author email="zerom@robotis.com">Zerom</author>
<author email="sch@robotis.com">SCH</author>
<maintainer email="pyo@robotis.com">Pyo</maintainer>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues</url>
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework</url>

View File

@ -2,48 +2,53 @@
Changelog for package robotis_framework_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.2.7 (2018-03-15)
------------------
* change the License and package format to version 2
* Contributors: Pyo
0.2.6 (2017-08-09)
-----------
------------------
* none
0.2.5 (2017-06-09)
-----------
------------------
* none
0.2.4 (2017-06-07)
-----------
------------------
* none
0.2.3 (2017-05-23)
-----------
------------------
* updated the cmake file for ros install
* Contributors: SCH
0.2.2 (2017-04-24)
-----------
------------------
* updated for other packages
* Contributors: Zerom, Kayman
0.2.1 (2016-11-23)
-----------
------------------
* Merge the changes and update
* - dependencies fixed. (Pull requests `#26 <https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues/26>`_)
* - modified dependency problem.
* Contributors: Jay Song, Pyo, Zerom
0.2.0 (2016-08-31)
-----------
------------------
* updated CHANGLOG.rst for minor release
* rename ControlMode(CurrentControl -> TorqueControl)
* rename (port_to_sync_write_torque\_ -> port_to_sync_write_current\_)
* Contributors: Zerom, Pyo
0.1.1 (2016-08-18)
-----------
------------------
* updated the package information
0.1.0 (2016-08-12)
-----------
------------------
* modified the package information for release
* Setting the license to BSD.
* add SensorState

View File

@ -1,12 +1,13 @@
<?xml version="1.0"?>
<package format="2">
<name>robotis_framework_common</name>
<version>0.2.6</version>
<version>0.2.7</version>
<description>
The package contains commonly used Headers for the ROBOTIS Framework.
</description>
<license>Apache 2.0</license>
<author email="zerom@robotis.com">Zerom</author>
<author email="sch@robotis.com">SCH</author>
<maintainer email="pyo@robotis.com">Pyo</maintainer>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues</url>
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-Framework</url>