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_AHRS: avoid unecessary work in update_orientation #11742

Commits on Jul 8, 2019

  1. AP_Math: add ROTATION_INVALID

    So we can detect transitions from uninitialised to anything else
    peterbarker committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    8297818 View commit details
    Browse the repository at this point in the history
  2. AP_AHRS: avoid unecessary work in update_orientation

    This method is called at 10Hz by several vehicles.
    
    We do a chunk of work in here when doing a custom orientation -
    pointless if the orientation hasn't actually changed since last time we
    were called.
    peterbarker committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    2622e17 View commit details
    Browse the repository at this point in the history