View Single Post
  #5   Spotlight this post!  
Unread 22-02-2006, 21:35
Denz's Avatar
Denz Denz is offline
Registered User
FRC #0772 (Sabre Bytes Robotics)
Team Role: Programmer
 
Join Date: Jan 2006
Location: LaSalle, Ont, Canada
Posts: 66
Denz is on a distinguished road
Send a message via MSN to Denz
Re: Wierd search behavior....

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.
__________________
www.sabrerobotics.com