Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SITL Tailsitter tuning fixes and add quadtailsitter #21773

Merged
merged 5 commits into from
Jun 29, 2023

Commits on Jun 29, 2023

  1. Support quadtailsitter in SITL

    Jaeyoung-Lim authored and sfuhrer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ea98011 View commit details
    Browse the repository at this point in the history
  2. ROMFS: initial quadtailsitter tuning

    This is now using the advanced lift drag plugin.
    
    The important step was to enable airmode for yaw, otherwise yaw gets
    saturated at low throttle and we can barely roll.
    
    The other trick was to raise airspeed a little bit to avoid operating
    too much at the lower end of throttle where control authority is low.
    
    Signed-off-by: Julian Oes <julian@oes.ch>
    julianoes authored and sfuhrer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3996cfd View commit details
    Browse the repository at this point in the history
  3. ROMFS: quadtailsitter SITL config: improve tuning

    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5ec8e31 View commit details
    Browse the repository at this point in the history
  4. ROMFS: tailsitter SITL config: improve tuning after model changes

    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    96f40b3 View commit details
    Browse the repository at this point in the history
  5. ROMFS: set default for VT_B_TRANS_DUR for all tailsitter configs to 5s

    5s is a more reasobale time for tailsitters, which rely differently on this param
    than other VTOL types. Tailsitters will ramp the pitch up withing this time,
    while for other VTOLS types its only the max transitiont time.
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e8d33ad View commit details
    Browse the repository at this point in the history