Revision 3877047d client/cpp/examples/random_gaze/main.cpp

View differences:

client/cpp/examples/random_gaze/main.cpp
58 58
			gaze.vergence = 0.0;
59 59

  
60 60
            //absolute mode
61
            gaze.gaze_type = RobotGaze::ABSOLUTE;
62
            gaze.timestamp = RobotGaze::now();
61
            gaze.gaze_type      = RobotGaze::ABSOLUTE;
62
            gaze.gaze_timestamp = RobotTimestamp::now();
63 63

  
64 64
            //robot_controller->set_current_emotion(RobotEmotion(RobotEmotion::ANGRY));
65 65

  

Also available in: Unified diff