View Single Post
  #4   Spotlight this post!  
Unread 08-02-2007, 21:15
Ianuser Ianuser is offline
Registered User
FRC #0570
 
Join Date: Feb 2007
Location: new york
Posts: 64
Ianuser is an unknown quantity at this point
Re: CMUCam and autonomous code

I have a question. Do I need to measure the degree angle of the camera (pan/tilt) and do I need to use it in order to allow the robot to move itself during manual routines?

if (get_tracking_state() == CAMERA_ON_TARGET)
{
set pwm values;
}

Would that work? Might I put this in Process_Data_From_Master_uP?