Revision 90cbe61d

View differences:

server/src/EmotionConfig.cpp
138 138
    //right opening: 12.6
139 139

  
140 140
    
141
    mouth_override.position_left   = -24;
141
    mouth_override.position_left   = 0.0;
142 142
    mouth_override.opening_left    = 0.0;
143
    mouth_override.position_center = 29.7;
144
    mouth_override.opening_center  = 18.3;
145
    mouth_override.position_right  = -24;
143
    mouth_override.position_center = 40.0;
144
    mouth_override.opening_center  = 10;
145
    mouth_override.position_right  = 0.0;
146 146
    mouth_override.opening_right   = 0.0;
147 147

  
148 148
}

Also available in: Unified diff