Revision cc0dd967 src/server/motion_generator.cpp
src/server/motion_generator.cpp | ||
---|---|---|
26 | 26 |
*/ |
27 | 27 |
|
28 | 28 |
#include "server/motion_generator.h" |
29 |
#include "boost/date_time/posix_time/posix_time.hpp" |
|
29 | 30 |
|
30 | 31 |
using namespace std; |
31 | 32 |
using namespace humotion; |
... | ... | |
35 | 36 |
//! constructor |
36 | 37 |
MotionGenerator::MotionGenerator(JointInterface *j){ |
37 | 38 |
joint_interface = j; |
39 |
last_mouth_target_update = posix_time::ptime(posix_time::min_date_time); |
|
40 |
last_gaze_target_update = posix_time::ptime(posix_time::min_date_time); |
|
38 | 41 |
} |
39 | 42 |
|
40 | 43 |
|
Also available in: Unified diff