Skip to content
Snippets Groups Projects
  1. Oct 16, 2017
  2. Oct 15, 2017
  3. Oct 14, 2017
  4. Oct 13, 2017
  5. Oct 12, 2017
  6. Oct 11, 2017
  7. Oct 10, 2017
  8. Oct 09, 2017
    • Lorenz Meier's avatar
      IST8310 driver: Fix startup / calibration order · 5278791f
      Lorenz Meier authored
      The IST driver did not optimally check the calibration result and could trigger false positives if the mag data aligned with wrong signs
      5278791f
    • Dennis Mannhart's avatar
      44a71d90
    • Julian Oes's avatar
      Move throttle check from land detector to posctrl · 7229ec2a
      Julian Oes authored
      This commit is an attempt to fix a race condition happening on takeoff
      between the land detector and the multicopter position controller.
      
      Previously, an auto-takeoff leads to the following events:
      
      1. A takeoff setpoint is given.
      2. The thrust setpoint spikes because we don't enter smooth takeoff yet.
      3. The land detector detects a takeoff because of the high thrust.
      4. The position controller sees the landed state transition and
         initiates the smooth takeoff. Thrust goes back down.
      5. Depending on control gains the takeoff is successful or fails
         if the smoothing takes too long which causes thrust to be too low, so
         the land detector detects land again.
      
      The two obvious problems with this are:
      - The intermittent spike.
      - The failed takeoff because of the smoothing leads to a delay..
      
      With this change, the logic for a takeoff detection is moved from the
      land detector to the position controller.
      
      The events are now:
      
      1. A takeoff setpoint is given.
      2. The position controller detects the takeoff setpoint and initiates
         the smooth takeoff.
      3. As thrust ramps up, the land detector detects the take off.
      
      In the same way, we now detect the intent to takeoff in manual,
      altitude, control, position control in the position controller instead
      of in the land detector.
      7229ec2a
    • Dario Röthlisberger's avatar
      versioning: fix style · 3edc5942
      Dario Röthlisberger authored
      3edc5942
Loading