Revision 2aa96942 src/server/neck_motion_generator.cpp
src/server/neck_motion_generator.cpp | ||
---|---|---|
181 | 181 |
get_current_gaze().pan, |
182 | 182 |
(get_current_position(JointInterface::ID_EYES_LEFT_LR) + get_current_position(JointInterface::ID_EYES_RIGHT_LR))/2.0, |
183 | 183 |
get_current_position(JointInterface::ID_NECK_PAN));*/ |
184 |
|
|
185 |
// store debug data: |
|
186 |
store_debug_data("neck/neck_pan_now", neck_pan_now); |
|
187 |
store_debug_data("neck/neck_tilt_now", neck_tilt_now); |
|
188 |
store_debug_data("neck/neck_pan_target", neck_pan_target); |
|
189 |
store_debug_data("neck/neck_tilt_target", neck_tilt_target); |
|
190 |
|
|
191 |
store_debug_data("neck/gaze_target_pan", requested_gaze_state_.pan); |
|
192 |
store_debug_data("neck/gaze_target_tilt", requested_gaze_state_.tilt); |
|
193 |
|
|
194 |
store_debug_data("neck/output_pan", reflexxes_position_output->NewPositionVector->VecData[0]); |
|
195 |
store_debug_data("neck/output_tilt", reflexxes_position_output->NewPositionVector->VecData[1]); |
|
184 | 196 |
} |
185 | 197 |
|
186 | 198 |
//! publish targets to motor boards: |
Also available in: Unified diff