-
Notifications
You must be signed in to change notification settings - Fork 7
/
ReleaseNote.txt
executable file
·224 lines (125 loc) · 4.9 KB
/
ReleaseNote.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
You can get the latest version at below link.
https://sourceforge.net/projects/darwinop/
for more information on Webots visit
http://www.cyberbotics.com
=====================================
DARwIn-OP v1.6.0
=====================================
>>> Date: 11 Apr 2013
>>> New functionality/features
* Webots controller can be compiled into DARwin-OP.
* DARwIn-OP can be controller from Webots GUI.
* MX28.cpp, Camera.cpp added to ensure compatibility with Webots.
>>> Changes
* CM730, Image, Imgprocess, LinuxCamera, JointData, Action, Kinematics added Webots functionality
* MX28.h values now reside in MX28.cpp
* Camera.h values now reside in Camera.cpp
>>> Bug fixes
* None.
=====================================
DARwIn-OP v1.5.1
=====================================
>>> Date: 20 Feb 2013
>>> New functionality/features
* None.
>>> Changes
* Apply offset to walk_tuner, action_editor, roboplus, tutorial/action_script, tutorial/ball_following, tutorial/fsr, tutorial/head_tracking
* [Bug ID : #3542648] fixed the uninitialized value error.
>>> Bug fixes
* None.
=====================================
DARwIn-OP v1.5.0
=====================================
>>> Date: 19 Mar 2012
>>> New functionality/features
* FSR tutorial has been added.
* FSR firmware added.
>>> Changes
* LinuxMotionTimer has been changed to use clock_nanosleep function.
>>> Bug fixes
* None.
=====================================
DARwIn-OP v1.4.0
=====================================
>>> Date: 16 Jan 2012
>>> New functionality/features
* None.
>>> Changes
* MX-28 firmware updated.
* Stand-up motion changed.
>>> Bug fixes
* Cannot change the camera gain/exposure value from a web page bug fixed.
* offset tuner 'set' command bug fixed.
=====================================
DARwIn-OP v1.3.0
=====================================
>>> Date: 20 Sep 2011
>>> New functionality/features
* offset_tuner added.
* walk_tuner web page added.
>>> Changes
* CM-730 firmware updated.
* roboplus support 4096 resolution(MX-28 firmware ver 27 or higher).
* dxl_monitor : can change baudrate (control table addr 4)
* Get-up motion changed.
* read_write tutorial : left arm P gain value changed. (1 -> 8)
>>> Bug fixes
* None.
=====================================
DARwIn-OP v1.2.0
=====================================
>>> Date: 01 Jun 2011
>>> New functionality/features
* BulkRead instruction added.
* Support FSR sensor.
>>> Changes
* Actuator Model name changed (RX-28M -> MX-28)
* MX-28 firmware updated.
* dxl_monitor : can change ID (control table addr 3)
* Get-up motion changed.
* Sensor calibration routine changed. (use standard deviation)
* demo & walk_tuner share the config.ini file. (/darwin/Data/config.ini)
>>> Bug fixes
* action_editor : command line bug fixed. (can't input space or number)
linux terminal backspace bug fixed.
* walk_tuner : linux terminal backspace bug fixed.
* read_write : at the start, torque off the right arm.
* firmware installer : seperate firmware of the controller and actuator
=====================================
DARwIn-OP v1.1.0
=====================================
>>> Date: 8 Apr 2011
>>> New functionality/features
* firmware_installer : CM-730 & RX-28M firmware installer
* CM-730 : Low battery alert added.
>>> Changes
* RX-28M resolution changed from 1024 to 4096.
>>> Bug fixes
* Action class : type casting bug fixed.
* dxl_monitor : CM-730 control table dump bug fixed.
* action_editor : command line first char backspace bug fixed.
save command bug fixed.
* walk_tuner : command line first char backspace bug fixed.
* some minor bug fixed.
=====================================
DARwIn-OP v1.0.1
=====================================
>>> Date: 28 Mar 2011
>>> Changes
* LinuxCM730 : Move semaphore init code to constructor
* action_script : Stand-up motion page number changed from 16 to 1.
* demo : at the start of soccer mode, reset the gyro sensor calibration
* Some walking parameters changed.
>>> Bug fixes
* action_editor : page 255 access problem fixed.
* Walking : Y move amplitude bug fixed.
=====================================
DARwIn-OP v1.0.0
=====================================
>>> Date: 1 Feb 2011
>>> New functionality/features
* First released.
>>> Changes
* First released.
>>> Bug fixes
* First released.