Revision 9e1f91c5 server/src/EmotionConfig.cpp

View differences:

server/src/EmotionConfig.cpp
91 91
    gaze_override.eyeblink_request_right = 0;
92 92

  
93 93
    //mouth:
94
    mouth_override.position_left   = 0.0;
94
    mouth_override.position_left   = 14.7;
95 95
    mouth_override.opening_left    = 0.0;
96 96
    mouth_override.position_center = 16.0;
97
    mouth_override.opening_center  = 3.0;
98
    mouth_override.position_right  = 0.0;
97
    mouth_override.opening_center  = 1.0;
98
    mouth_override.position_right  = 14.7;
99 99
    mouth_override.opening_right   = 0.0;
100 100

  
101 101
}
......
122 122
    gaze_override.eyeblink_request_right = humotion::GazeState::EYEBLINK_TIME_DEFAULT;
123 123

  
124 124
    //mouth:
125
    mouth_override.position_left   = 0.0;
125
    mouth_override.position_left   = 12.5;
126 126
    mouth_override.opening_left    = 0.0;
127
    mouth_override.position_center = 19.0;
128
    mouth_override.opening_center  = 15.0;
129
    mouth_override.position_right  = 0.0;
127
    mouth_override.position_center = 14.88;
128
    mouth_override.opening_center  = 7.4;
129
    mouth_override.position_right  = 12.5;
130 130
    mouth_override.opening_right   = 0.0;
131 131

  
132 132
}

Also available in: Unified diff