ArduPilot/ardupilot

Plane: BUG with auto_state.checked_for_autoland

Ouverte

#12 996 ouverte le 6 déc. 2019

 (2 commentaires) (0 réaction) (0 personne assignée)C++ (15 603 forks)batch import
Planegood first issue

Métriques du dépôt

Stars
 (9 336 étoiles)
Métriques de merge PR
 (Merge moyen 26j 16h) (166 PRs mergées en 30 j)

Description

Bug report

Switch AUTO->RTL again an again, because checked_for_autoland always set to false when change mode

bool Mode::enter()
{
    // cancel inverted flight
    plane.auto_state.inverted_flight = false;

    // don't cross-track when starting a mission
    plane.auto_state.next_wp_crosstrack = false;

    // reset landing check
    plane.auto_state.checked_for_autoland = false;

Version 4.0 Platform [ ] All [ ] AntennaTracker [ ] Copter [*] Plane [ ] Rover [ ] Submarine

Airframe type What type of airframe (flying wing, glider, hex, Y6, octa etc)

Hardware type What autopilot hardware was used? (Pixhawk, Cube, Pixracer, Navio2, etc)

Logs Please provide a link to any relevant logs that show the issue

Guide contributeur