//---OPTIONS---
#define TOLERANCE .002 //tolerance in nautical miles

/**
  *   This function checks if we're close enough to our current waypoint to proceed to next
  * 
**/
void check_waypoint()
{



}
