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

AP_HAL_SITL: initialize rcout safety state #27611

Merged
merged 2 commits into from
Jul 29, 2024

Commits on Jul 29, 2024

  1. autotest: correct Rover RangeFinder test

    for reasons I can't fathom, defaulting the rangefinder state causes problems with the vehicle orientation in SITL - probably a state update fix somewhere.
    
    This test was kind of broken anyway - the RangeFinder was pointing latterally out from the vehicle, but is displayed forward of the vehicle (ther RANGEFINDER mavlink message conveys no orientation information)
    peterbarker committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c8e9b4f View commit details
    Browse the repository at this point in the history
  2. AP_HAL_SITL: initialize rcout safety state

    This allows BRD_SAFETY_DEFLT=1 to work correctly for SITL.
    robertlong13 authored and peterbarker committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c206e12 View commit details
    Browse the repository at this point in the history