Revision 092ff0be

View differences:

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

  
140 140
    
141
    mouth_override.position_left   = 0.0;
141
    mouth_override.position_left   = -2.0;
142 142
    mouth_override.opening_left    = 3.0;
143 143
    mouth_override.position_center = 15.0;
144 144
    mouth_override.opening_center  = 15.0;
145
    mouth_override.position_right  = 0.0;
145
    mouth_override.position_right  = -2.0;
146 146
    mouth_override.opening_right   = 3.0;
147 147

  
148 148
}

Also available in: Unified diff