Browse Source

Trying to break Nav to test a feature

mission-4.1.18
Jason Short 13 years ago
parent
commit
3450e91039
  1. 4
      ArduCopter/navigation.pde

4
ArduCopter/navigation.pde

@ -30,7 +30,9 @@ static bool check_missed_wp() @@ -30,7 +30,9 @@ static bool check_missed_wp()
{
int32_t temp = target_bearing - original_target_bearing;
temp = wrap_180(temp);
return (abs(temp) > 10000); //we pased the waypoint by 10 °
//return (abs(temp) > 10000); //we pased the waypoint by 10 °
// temp testing
return false;
}
// ------------------------------

Loading…
Cancel
Save