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

[fix] Compute accesses returns false results when the altitude is too low #399

Open
loft-nicolas-sanchez opened this issue May 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@loft-nicolas-sanchez
Copy link

Describe the bug
I've run into an issue when I (wrongly) set the altitude of a ground station at 0m instead of 13m, and got back fragmented accesses.
This is apparently a known issue, due to surface aliasing / numerical noise when the altitude is too low.

Steps to reproduce
Steps to reproduce the behavior (add code snippets as needed):
Using the function ostk.astrodynamics.access.Generator.compute_accesses
https://github.com/open-space-collective/open-space-toolkit-astrodynamics/blob/main/src/OpenSpaceToolkit/Astrodynamics/Access/Generator.cpp

Expected behavior
If the error itself cannot be solve, ensure the altitude is always high enough to avoid this problem.

Additional context
none

Potential suggestion
none

@loft-nicolas-sanchez loft-nicolas-sanchez added the bug Something isn't working label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant