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

AC_Fence.cpp "get_breach_distance" function does not account for polygon fence breach #13152

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2020

  1. Copy the full SHA
    be81036 View commit details
    Browse the repository at this point in the history
  2. AC_Fence: Define new function for getting breach distance

    Breach is checked for each of the fence types and the breach distance is calculated. Minimum of those breach distance from each fence is returned.
    rishabsingh3003 committed Jan 8, 2020
    Copy the full SHA
    c78e472 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    45a0cd4 View commit details
    Browse the repository at this point in the history
  4. AC_Fence: Create backup fence for polygon fences

    Minimum distance from inclusion/exclusion of polygon fence is taken and back up fence 20 meters ahead of a fresh breach is created
    rishabsingh3003 committed Jan 8, 2020
    Copy the full SHA
    63d475c View commit details
    Browse the repository at this point in the history