Skip to content
Snippets Groups Projects
  1. Nov 06, 2018
  2. Oct 09, 2018
  3. Oct 04, 2018
  4. Sep 19, 2018
  5. Aug 03, 2018
  6. Jul 22, 2018
  7. Jul 20, 2018
    • Dennis Mannhart's avatar
    • Dennis Mannhart's avatar
      mc_pos_control: replace legacy refactor · e51e1bbe
      Dennis Mannhart authored
      Until now we replaced legacy position controller functionality inside
      the flight task architecture to split up the huge position control
      module into the different tasks and have a modular setup with a clear
      setpoint interface. This commit removes all the legacy code and hard
      switches to using the flight task architecture for multicopter.
      
      This is done because maintaining and testing everything in parallel is
      not sustainable. The architecture is by now tested to cover all basic
      legacy functionality and missing corner cases can be fixed a lot easier
      with the new architecture.
      e51e1bbe
    • MaEtUgR's avatar
      FlightTaskManual: Yaw lock with deadzone and expo · 70802ba1
      MaEtUgR authored
      More than a year ago I started the easy to use math::Functions to handle
      the always used mathematical SISO functions to be tested and available.
      
      I switched x, y and z stick input to the freesh programmed deadzone and
      exponential functions from the library to unify and clarify their use.
      I just realized yaw was left over because it lead to a drift problem in
      certain new use cases.
      
      Now I'm just adding the yaw stick to the already well working method.
      70802ba1
  8. Jul 12, 2018
  9. Jun 09, 2018
  10. Apr 26, 2018
  11. Apr 05, 2018
  12. Feb 11, 2018
  13. Jan 29, 2018
  14. Oct 21, 2017
  15. Oct 01, 2017
  16. Sep 19, 2017
    • Beat Küng's avatar
      param MPC_MAN_TILT_MAX: decrease maximum from 90 to 85 degrees · d6df692b
      Beat Küng authored
      At 90 degrees the yaw is extremely unstable (tested with HIL), it
      overshoots and only very slowly converges to the correct value.
      This behavior is also noticable with lower angles, but not so extreme.
      It definitely needs to be looked into further, but for now this makes it
      safer.
      d6df692b
  17. Sep 18, 2017
  18. Sep 11, 2017
  19. Jul 29, 2017
  20. Jun 26, 2017
  21. Apr 27, 2017
Loading