Revision cf89ecb6 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   = 14.7;
94
    mouth_override.position_left   = 13.5;
95 95
    mouth_override.opening_left    = 0.0;
96 96
    mouth_override.position_center = 16.0;
97 97
    mouth_override.opening_center  = 1.0;
98
    mouth_override.position_right  = 14.7;
98
    mouth_override.position_right  = 13.5;
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   = 12.5;
125
    mouth_override.position_left   = 11.3;
126 126
    mouth_override.opening_left    = 0.0;
127
    mouth_override.position_center = 14.88;
128
    mouth_override.opening_center  = 7.4;
129
    mouth_override.position_right  = 12.5;
127
    mouth_override.position_center = 20.88;
128
    mouth_override.opening_center  = 15.0;
129
    mouth_override.position_right  = 11.3;
130 130
    mouth_override.opening_right   = 0.0;
131 131

  
132 132
}

Also available in: Unified diff