Revision 6d13138a src/server/mouth_motion_generator.cpp

View differences:

src/server/mouth_motion_generator.cpp
28 28
#include "humotion/server/mouth_motion_generator.h"
29 29

  
30 30
using humotion::server::MouthMotionGenerator;
31
using humotion::server::Config;
31 32

  
32 33
// minimum mouth opening
33 34
const float MouthMotionGenerator::MOUTH_MIN_OPENING = 9.0;  // mm
34 35

  
35 36
//! constructor
36
MouthMotionGenerator::MouthMotionGenerator(JointInterface *j) : MotionGenerator(j) {
37
MouthMotionGenerator::MouthMotionGenerator(JointInterface *j, Config *cfg) :
38
    MotionGenerator(j, cfg) {
37 39
}
38 40

  
39 41
//! destructor

Also available in: Unified diff