Skip to content
Snippets Groups Projects
  1. Dec 10, 2016
  2. Dec 09, 2016
  3. Dec 08, 2016
    • Julian Oes's avatar
      navigator: don't takeoff in loiter on ground · 1424994b
      Julian Oes authored
      This fixes the following corner case:
      1. Upload a mission.
      2. Set mission mode.
      3. Set loiter mode.
      4. Arm.
      At this point it will shoot up and go to the takeoff waypoint even
      though we're not in mission but in loiter mode.
      
      The fix makes sure that the triplet is reset to invalid (and idle) in
      loiter mode if we're landed and disarmed.
      It will lead to the vehcle sit in idle on the ground until you issue a
      start mission (or takeoff) command.
      1424994b
Loading