|
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?
|