Revision 5972e317

View differences:

src/server/motion_generator.cpp
35 35
//! constructor
36 36
MotionGenerator::MotionGenerator(JointInterface *j){
37 37
    joint_interface = j;
38
    //store last activeation time was looong ago
39
    last_gaze_target_update  = posix_time::min_date_time;
40
    last_mouth_target_update = posix_time::min_date_time;
38 41
}
39 42

  
40 43

  

Also available in: Unified diff