Revision 2aa96942 src/server/eye_motion_generator.cpp
| src/server/eye_motion_generator.cpp | ||
|---|---|---|
| 155 | 155 |
joint_interface_->set_target(JointInterface::ID_EYES_BOTH_UD, |
| 156 | 156 |
reflexxes_position_output->NewPositionVector->VecData[2], |
| 157 | 157 |
reflexxes_position_output->NewVelocityVector->VecData[2]); |
| 158 |
|
|
| 159 |
// store debug data: |
|
| 160 |
store_debug_data("eye/neck_pan_now", neck_pan_now);
|
|
| 161 |
store_debug_data("eye/neck_tilt_now", neck_tilt_now);
|
|
| 162 |
store_debug_data("eye/eye_pan_r_target", eye_pan_r_target);
|
|
| 163 |
store_debug_data("eye/eye_pan_l_target", eye_pan_l_target);
|
|
| 164 |
store_debug_data("eye/eye_tilt_target", eye_tilt_target);
|
|
| 165 |
|
|
| 166 |
store_debug_data("eye/gaze_target_pan", requested_gaze_state_.pan);
|
|
| 167 |
store_debug_data("eye/gaze_target_tilt", requested_gaze_state_.tilt);
|
|
| 168 |
|
|
| 169 |
store_debug_data("eye/eye_pan_r_now", eye_pan_r_now);
|
|
| 170 |
store_debug_data("eye/eye_pan_l_now", eye_pan_l_now);
|
|
| 171 |
store_debug_data("eye/eye_tilt_now", eye_tilt_now);
|
|
| 172 |
|
|
| 173 |
store_debug_data("eye/output_l_lr", reflexxes_position_output->NewPositionVector->VecData[0]);
|
|
| 174 |
store_debug_data("eye/output_r_lr", reflexxes_position_output->NewPositionVector->VecData[1]);
|
|
| 175 |
store_debug_data("eye/output_ud", reflexxes_position_output->NewPositionVector->VecData[2]);
|
|
| 158 | 176 |
} |
| 159 | 177 |
|
| 160 | 178 |
|
Also available in: Unified diff