Revision 45091351
src/server/controller.cpp | ||
---|---|---|
200 | 200 |
// printf("tilt now = %4.1f, rel=%4.1f ===> %4.2f\n", tilt, relative.tilt, absolute_gaze.tilt); |
201 | 201 |
|
202 | 202 |
// store debug data: |
203 |
store_debug_data("controller/last_known_absolute_target_pan", last_known_absolute_target_pan_); |
|
204 |
store_debug_data("controller/pan", pan); |
|
205 |
store_debug_data("controller/neck_pan", neck_pan); |
|
206 |
store_debug_data("controller/absolute_gaze_pan", absolute_gaze.pan); |
|
203 |
// this is the position we had at the ts of the relative target |
|
204 |
store_debug_data("controller/pan_position_at_relative_ts", last_known_absolute_target_pan_); |
|
205 |
// this is the relative movement that was requested |
|
206 |
store_debug_data("controller/pan_target_relative", relative.pan); |
|
207 |
// this is the calculated overall target |
|
208 |
store_debug_data("controller/pan_target", absolute_gaze.pan); |
|
207 | 209 |
|
208 | 210 |
// FIXME: use ros TF for that calculation... |
209 | 211 |
// see http://wiki.ros.org/tf/Tutorials/Time%20travel%20with%20tf%20%28C%2B%2B%29 |
Also available in: Unified diff