Revision 79d4e516 src/server/config.cpp
src/server/config.cpp | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// 3) eyes reaching ocolumotor limits will trigger correction saccade |
54 | 54 |
// value given in percent (NOTE: 1.0 = 100%) |
55 |
threshold_angle_omr_limit = 0.50;
|
|
55 |
threshold_angle_omr_limit = 0.35;
|
|
56 | 56 |
|
57 | 57 |
|
58 | 58 |
// neck motion generation configuration |
... | ... | |
60 | 60 |
// [Guitton87] "Gaze control in humans: eye-head coordination during orienting movements ..." |
61 | 61 |
// In order to allow better adaption to the robot capabilities humotion allows to |
62 | 62 |
// scale the calculated velocity, value is given in percent (NOTE: 1.0 = 100% human velocity) |
63 |
scale_velocity_neck = 0.2;
|
|
63 |
scale_velocity_neck = 0.45;
|
|
64 | 64 |
|
65 | 65 |
// scale acceleration |
66 | 66 |
scale_acceleration_neck = 0.7; |
... | ... | |
73 | 73 |
|
74 | 74 |
// eye motion generation configuration |
75 | 75 |
// scale the calculated velocity, value is given in percent (NOTE: 1.0 = 100% human velocity) |
76 |
scale_velocity_eye = 0.2;
|
|
76 |
scale_velocity_eye = 0.45;
|
|
77 | 77 |
|
78 | 78 |
// scale acceleration |
79 | 79 |
scale_acceleration_eye = 1.0; |
Also available in: Unified diff