float range_to_target(void) { float range; range = HIGHT_OF_CAMERA - HIGHT_OF_TARGET/tan(TILT_ANGLE);// return(range); }