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

Collision Prediction Algorithm #120

Open
Tyler-Lentz opened this issue Feb 29, 2024 · 0 comments
Open

Collision Prediction Algorithm #120

Tyler-Lentz opened this issue Feb 29, 2024 · 0 comments
Labels
feature New feature or request

Comments

@Tyler-Lentz
Copy link
Contributor

GIVEN:

  • the location of the plane in lat/lng/alt
  • the location of all opposing plane's lat/lng/alt

RETURN

Some information about what collisions are possible and how we should avoid them if needed.

Function Signature

  • whenever this task is assigned, we'll probably have a person-person discussion about the possible things this function could return, but the rest of the signature is well defined.
[return-type] detectCollisions(GPSCoord self, std::vector<GPSCoord> others) {
 ...
}
@Tyler-Lentz Tyler-Lentz added the feature New feature or request label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant