Skip to content

Commit 9947dbb

Browse files
committed
modified the package information for new release
1 parent 57b194a commit 9947dbb

File tree

8 files changed

+51
-5
lines changed

8 files changed

+51
-5
lines changed

robotis_controller/CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
Changelog for package robotis_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.0 (2016-08-31)
6+
-----------
7+
* bug fixed (position pid gain & velocity pid gain sync write).
8+
* added velocity_to_value_ratio to DXL Pro-H series.
9+
* changed some debug messages.
10+
* added velocity p/i/d gain and position i/d gain sync_write code.
11+
* SyncWriteItem bug fixed.
12+
* add function / modified the code simple (using auto / range based for loop)
13+
* added XM-430-W210 / XM-430-W350 device file.
14+
* rename ControlMode(CurrentControl -> TorqueControl)
15+
* rename (port_to_sync_write_torque\_ -> port_to_sync_write_current\_)
16+
* rename (present_current\_ -> present_torque\_)
17+
* modified torque control code
18+
* fixed typos / changed ROS_INFO -> fprintf (for processing speed)
19+
* startTimer() : after bulkread txpacket(), need some sleep()
20+
* changed the order of processing in the Process() function.
21+
* added missing mutex for gazebo
22+
* fixed crash when running in gazebo simulation
23+
* sync write bug fix.
24+
* added position_p_gain sync write
25+
* MotionModule/SensorModule member variable access changed (public -> protected).
26+
* Contributors: Jay Song, Zerom, Pyo, SCH
27+
528
0.1.1 (2016-08-18)
629
-----------
730
* updated the package information

robotis_controller/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_controller</name>
4-
<version>0.1.1</version>
4+
<version>0.2.0</version>
55
<description>
66
The main package that controls THORMANG3.
77
</description>

robotis_device/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog for package robotis_device
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.0 (2016-08-31)
6+
-----------
7+
* bug fixed (position pid gain & velocity pid gain sync write).
8+
* added velocity_to_value_ratio to DXL Pro-H series.
9+
* added velocity p/i/d gain and position i/d gain sync_write code.
10+
* fixed robotis_device build_depend.
11+
* added XM-430-W210 / XM-430-W350 device file.
12+
* rename (present_current\_ -> present_torque\_)
13+
* modified torque control code
14+
* added device file for MX-64 / MX-106
15+
* adjusted position min/max value. (MX-28, XM-430)
16+
* Contributors: Zerom, Pyo
17+
518
0.1.1 (2016-08-18)
619
-----------
720
* updated the package information

robotis_device/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_device</name>
4-
<version>0.1.1</version>
4+
<version>0.2.0</version>
55
<description>
66
The package that manages device information of ROBOTIS robots.
77
This package is used when reading device information with the robot information file

robotis_framework/CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
Changelog for package robotis_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.0 (2016-08-31)
6+
-----------
7+
* updated CHANGLOG.rst for minor release
8+
59
0.1.1 (2016-08-18)
610
-----------
711
* updated the package information
812

913
0.1.0 (2016-08-12)
1014
-----------
1115
* make a meta-package
12-
* Contributors: Zerom, Pyo

robotis_framework/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_framework</name>
4-
<version>0.1.1</version>
4+
<version>0.2.0</version>
55
<description>ROS packages for the robotis_framework (meta package)</description>
66
<license>BSD</license>
77
<author email="[email protected]">Zerom</author>

robotis_framework_common/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package robotis_framework_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.0 (2016-08-31)
6+
-----------
7+
* updated CHANGLOG.rst for minor release
8+
* rename ControlMode(CurrentControl -> TorqueControl)
9+
* rename (port_to_sync_write_torque\_ -> port_to_sync_write_current\_)
10+
* Contributors: Zerom, Pyo
11+
512
0.1.1 (2016-08-18)
613
-----------
714
* updated the package information

robotis_framework_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_framework_common</name>
4-
<version>0.1.1</version>
4+
<version>0.2.0</version>
55
<description>
66
The package contains commonly used Headers for the ROBOTIS Framework.
77
</description>

0 commit comments

Comments
 (0)