2
2
Changelog for package robotis_controller
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 0.2.7 (2018-03-15)
6
+ ------------------
7
+ * changed the License and package format to version 2
8
+ * changed all values read by bulk read are saved to dxl_state\_ ->bulk_read_table\_ .
9
+ * Modified to prevent duplicate indirect address write
10
+ * Contributors: SCH, Zerom, Pyo
11
+
5
12
0.2.6 (2017-08-09)
6
- -----------
13
+ ------------------
7
14
* multi thread bug fixed.
8
15
* unnecessary debug print removed.
9
16
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
10
17
* fixed to not update update_time_stamp\_ if bulk read fails.
11
18
* Contributors: Zerom
12
19
13
20
0.2.5 (2017-06-09)
14
- -----------
21
+ ------------------
15
22
* updated for yaml-cpp dependencies
16
23
* Contributors: SCH
17
24
18
25
0.2.4 (2017-06-07)
19
- -----------
26
+ ------------------
20
27
* added cmake_modules in package.xml
21
28
* Contributors: SCH
22
29
23
30
0.2.3 (2017-05-23)
24
- -----------
31
+ ------------------
25
32
* updated the cmake file for ros install
26
33
* Contributors: SCH
27
34
28
35
0.2.2 (2017-04-24)
29
- -----------
36
+ ------------------
30
37
* updated robotis_controller.cpp
31
38
* changed to read control cycle from .robot file
32
39
* Contributors: Zerom
33
40
34
41
0.2.1 (2016-11-23)
35
- -----------
42
+ ------------------
36
43
* Merge the changes and update
37
44
* - Direct Control Mode bug fixed.
38
45
* update
@@ -50,7 +57,7 @@ Changelog for package robotis_controller
50
57
* Contributors: Jay Song, Pyo, Zerom, SCH
51
58
52
59
0.2.0 (2016-08-31)
53
- -----------
60
+ ------------------
54
61
* bug fixed (position pid gain & velocity pid gain sync write).
55
62
* added velocity_to_value_ratio to DXL Pro-H series.
56
63
* changed some debug messages.
@@ -73,11 +80,11 @@ Changelog for package robotis_controller
73
80
* Contributors: Jay Song, Zerom, Pyo, SCH
74
81
75
82
0.1.1 (2016-08-18)
76
- -----------
83
+ ------------------
77
84
* updated the package information
78
85
79
86
0.1.0 (2016-08-12)
80
- -----------
87
+ ------------------
81
88
* first public release for Kinetic
82
89
* modified the package information for release
83
90
* develop branch -> master branch
0 commit comments