@@ -206,17 +206,17 @@ def explore_saccade(self):
206
206
return
207
207
# Switch to conversational (micro) saccade parameters
208
208
msg = SaccadeCycle ()
209
- msg .mean = 2.45 # saccade_explore_interval_mean
210
- msg .variation = 0.9 # saccade_explore_interval_var
211
- msg .paint_scale = 4 # saccade_explore_paint_scale
209
+ msg .mean = 0.8 # saccade_explore_interval_mean
210
+ msg .variation = 0.3 # saccade_explore_interval_var
211
+ msg .paint_scale = 0.3 # saccade_explore_paint_scale
212
212
# From study face, maybe better default should be defined for
213
213
# explore
214
214
msg .eye_size = 15 # saccade_study_face_eye_size
215
215
msg .eye_distance = 100 # saccade_study_face_eye_distance
216
216
msg .mouth_width = 90 # saccade_study_face_mouth_width
217
217
msg .mouth_height = 27 # saccade_study_face_mouth_height
218
- msg .weight_eyes = 0.4 # saccade_study_face_weight_eyes
219
- msg .weight_mouth = 0.6 # saccade_study_face_weight_mouth
218
+ msg .weight_eyes = 0.8 # saccade_study_face_weight_eyes
219
+ msg .weight_mouth = 0.2 # saccade_study_face_weight_mouth
220
220
self .saccade_pub .publish (msg )
221
221
222
222
# Used during conversation to study face being looked at.
@@ -226,15 +226,15 @@ def conversational_saccade(self):
226
226
# Switch to conversational (micro) saccade parameters
227
227
msg = SaccadeCycle ()
228
228
msg .mean = 0.8 # saccade_micro_interval_mean
229
- msg .variation = 0.8 # saccade_micro_interval_var
230
- msg .paint_scale = 3 # saccade_micro_paint_scale
229
+ msg .variation = 0.5 # saccade_micro_interval_var
230
+ msg .paint_scale = 0. 3 # saccade_micro_paint_scale
231
231
#
232
232
msg .eye_size = 11.5 # saccade_study_face_eye_size
233
233
msg .eye_distance = 100 # saccade_study_face_eye_distance
234
234
msg .mouth_width = 90 # saccade_study_face_mouth_width
235
235
msg .mouth_height = 5 # saccade_study_face_mouth_height
236
- msg .weight_eyes = 0.4 # saccade_study_face_weight_eyes
237
- msg .weight_mouth = 0.6 # saccade_study_face_weight_mouth
236
+ msg .weight_eyes = 0.8 # saccade_study_face_weight_eyes
237
+ msg .weight_mouth = 0.2 # saccade_study_face_weight_mouth
238
238
self .saccade_pub .publish (msg )
239
239
240
240
# Used during conversation to study face being looked at.
@@ -243,16 +243,16 @@ def listening_saccade(self):
243
243
return
244
244
# Switch to conversational (micro) saccade parameters
245
245
msg = SaccadeCycle ()
246
- msg .mean = 2.2 # saccade_micro_interval_mean
246
+ msg .mean = 1 # saccade_micro_interval_mean
247
247
msg .variation = 0.6 # saccade_micro_interval_var
248
- msg .paint_scale = 1 # saccade_micro_paint_scale
248
+ msg .paint_scale = 0.3 # saccade_micro_paint_scale
249
249
#
250
250
msg .eye_size = 11 # saccade_study_face_eye_size
251
251
msg .eye_distance = 80 # saccade_study_face_eye_distance
252
252
msg .mouth_width = 50 # saccade_study_face_mouth_width
253
253
msg .mouth_height = 13.0 # saccade_study_face_mouth_height
254
- msg .weight_eyes = 0.5 # saccade_study_face_weight_eyes
255
- msg .weight_mouth = 0.5 # saccade_study_face_weight_mouth
254
+ msg .weight_eyes = 0.8 # saccade_study_face_weight_eyes
255
+ msg .weight_mouth = 0.2 # saccade_study_face_weight_mouth
256
256
self .saccade_pub .publish (msg )
257
257
258
258
0 commit comments