To fix this, we changed in tracking.c under the search routine
//temp_pan_servo = 0; temp_pan_servo = (int)PAN_SERVO;
//temp_tilt_servo = TILT_CENTER_PWM_DEFAULT;
temp_tilt_servo = (int)TILT_SERVO;
this worked well as a fix, the default values are commented out.
