|
Re: Camera Range Finding
Ok. Thanks. Do you know what format that number is in? Is it the pwm value being sent to the tilt servo? And regardless of its format could I do something like this:
if (tilt_position =< x)
{
CODE FOR PICKING UP THE TETRA
}
where x is the value which represents the camera angle at which I want it to start executing the pick up the tetra code?
|