Skip to content

Commit

Permalink
modified the package information for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Aug 30, 2016
1 parent 57b194a commit 9947dbb
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 5 deletions.
23 changes: 23 additions & 0 deletions robotis_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog for package robotis_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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.
* added velocity p/i/d gain and position i/d gain sync_write code.
* SyncWriteItem bug fixed.
* add function / modified the code simple (using auto / range based for loop)
* added XM-430-W210 / XM-430-W350 device file.
* rename ControlMode(CurrentControl -> TorqueControl)
* rename (port_to_sync_write_torque\_ -> port_to_sync_write_current\_)
* rename (present_current\_ -> present_torque\_)
* modified torque control code
* fixed typos / changed ROS_INFO -> fprintf (for processing speed)
* startTimer() : after bulkread txpacket(), need some sleep()
* changed the order of processing in the Process() function.
* added missing mutex for gazebo
* fixed crash when running in gazebo simulation
* sync write bug fix.
* added position_p_gain sync write
* MotionModule/SensorModule member variable access changed (public -> protected).
* Contributors: Jay Song, Zerom, Pyo, SCH

0.1.1 (2016-08-18)
-----------
* updated the package information
Expand Down
2 changes: 1 addition & 1 deletion robotis_controller/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robotis_controller</name>
<version>0.1.1</version>
<version>0.2.0</version>
<description>
The main package that controls THORMANG3.
</description>
Expand Down
13 changes: 13 additions & 0 deletions robotis_device/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog for package robotis_device
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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.
* fixed robotis_device build_depend.
* added XM-430-W210 / XM-430-W350 device file.
* rename (present_current\_ -> present_torque\_)
* modified torque control code
* added device file for MX-64 / MX-106
* adjusted position min/max value. (MX-28, XM-430)
* Contributors: Zerom, Pyo

0.1.1 (2016-08-18)
-----------
* updated the package information
Expand Down
2 changes: 1 addition & 1 deletion robotis_device/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robotis_device</name>
<version>0.1.1</version>
<version>0.2.0</version>
<description>
The package that manages device information of ROBOTIS robots.
This package is used when reading device information with the robot information file
Expand Down
5 changes: 4 additions & 1 deletion robotis_framework/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
Changelog for package robotis_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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
* Contributors: Zerom, Pyo
2 changes: 1 addition & 1 deletion robotis_framework/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robotis_framework</name>
<version>0.1.1</version>
<version>0.2.0</version>
<description>ROS packages for the robotis_framework (meta package)</description>
<license>BSD</license>
<author email="[email protected]">Zerom</author>
Expand Down
7 changes: 7 additions & 0 deletions robotis_framework_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package robotis_framework_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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
Expand Down
2 changes: 1 addition & 1 deletion robotis_framework_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robotis_framework_common</name>
<version>0.1.1</version>
<version>0.2.0</version>
<description>
The package contains commonly used Headers for the ROBOTIS Framework.
</description>
Expand Down

0 comments on commit 9947dbb

Please sign in to comment.