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_Avoidance/AP_Proximity: simplification and efficiency improvements #13024

Merged
merged 15 commits into from
Jan 1, 2020

Commits on Dec 30, 2019

  1. AP_OADatabase: remove unnecessary const on arguments

    also swap order of angle and distance arguments to be consistent with proximity library
    rmackay9 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    71e6c91 View commit details
    Browse the repository at this point in the history
  2. AP_Proximity: remove unnecessary const from database_push

    also shorten current_vehicle_bearing argument to just current_heading
    rmackay9 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    c279dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    399aa60 View commit details
    Browse the repository at this point in the history
  4. AP_OADatabase: calculate object radius based on distance and beam width

    also all object database items are normal importance
    rmackay9 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    69bd4b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6684aa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8133989 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ef9b6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11e2e95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54629bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a629c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ec7ac7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0daec49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed28ba3 View commit details
    Browse the repository at this point in the history
  14. AP_OADatabase: available regardless of hal-minimize-features

    In Copter with minimize feature set the entire AP_PathPlanning feature including the database are unavailable
    Rover has enough space for the database even with minimise features set
    rmackay9 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    398c010 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    233823e View commit details
    Browse the repository at this point in the history