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

Plane: allow for different orientations for landing rangefinder #28014

Merged
merged 3 commits into from
Sep 13, 2024

Commits on Sep 13, 2024

  1. SITL: support more rangefinder orientations

    allows for quadplane tailsitter rangefinders
    tridge committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bf4c82d View commit details
    Browse the repository at this point in the history
  2. Plane: allow for any orientation of rangefinder for landing

    this is principally for tailsitters where rangefinders would be
    orientation with RNGFND1_ORIENT=12 (PITCH_180), but also allows for
    custom orientations which will be useful if the rangefinder is tilted
    forward
    tridge committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fd18f05 View commit details
    Browse the repository at this point in the history
  3. autotest: added CopterTailsitter test

    test rearward rangefinder
    tridge committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8a67cba View commit details
    Browse the repository at this point in the history