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

Implemented coned sensors. #226

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Commits on Jan 16, 2014

  1. Configuration menu
    Copy the full SHA
    e71b767 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2014

  1. Configuration menu
    Copy the full SHA
    a9fa0c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b848f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2014

  1. Optimize the sensor cone algorithm

    Increased the speed on fetching neighbors by removing some duplicate
    loops. The scanning speed is now limited by how quickly the scanned
    cells could be updated.
    Tim Xiao authored and Tim Xiao committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    35dc95c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2014

  1. Merge pull request #1 from txiao/feature-sensorcone-optimize

    Optimize the sensor cone algorithm
    bk2w committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    d689bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f0823 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2014

  1. Fix a bug with the GetNeighborhood function that occur when the dista…

    …nce is 0.
    Tim Xiao authored and Tim Xiao committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    340b4c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from txiao/feature-sensorcone-bugfix

    Fix a bug with the GetNeighborhood function
    bk2w committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    844b692 View commit details
    Browse the repository at this point in the history