|
1 |
| -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2 |
| -Changelog for package robotis_controller |
3 |
| -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 |
| - |
5 |
| -0.1.1 (2016-08-18) |
6 |
| ------------ |
7 |
| -* updated the package information |
8 |
| - |
9 |
| -0.1.0 (2016-08-12) |
10 |
| ------------ |
11 |
| -* first public release for Kinetic |
12 |
| -* modified the package information for release |
13 |
| -* develop branch -> master branch |
14 |
| -* function name changed : DeviceInit() -> InitDevice() |
15 |
| -* Fixed high CPU consumption due to busy waits |
16 |
| -* add SensorState |
17 |
| - add Singleton template |
18 |
| -* XM-430 / CM-740 device file added. |
19 |
| - Sensor device added. |
20 |
| -* added code to support the gazebo simulator |
21 |
| -* added first bulk read failure protection code |
22 |
| -* renewal |
23 |
| -* Contributors: Alexander Stumpf, Jay Song, Zerom, Pyo |
| 1 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 2 | +Changelog for package robotis_controller |
| 3 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4 | + |
| 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 | + |
| 28 | +0.1.1 (2016-08-18) |
| 29 | +----------- |
| 30 | +* updated the package information |
| 31 | + |
| 32 | +0.1.0 (2016-08-12) |
| 33 | +----------- |
| 34 | +* first public release for Kinetic |
| 35 | +* modified the package information for release |
| 36 | +* develop branch -> master branch |
| 37 | +* function name changed : DeviceInit() -> InitDevice() |
| 38 | +* Fixed high CPU consumption due to busy waits |
| 39 | +* add SensorState |
| 40 | + add Singleton template |
| 41 | +* XM-430 / CM-740 device file added. |
| 42 | + Sensor device added. |
| 43 | +* added code to support the gazebo simulator |
| 44 | +* added first bulk read failure protection code |
| 45 | +* renewal |
| 46 | +* Contributors: Alexander Stumpf, Jay Song, Zerom, Pyo |
0 commit comments