-
Notifications
You must be signed in to change notification settings - Fork 3
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
Halo computation not finishing in newer version of AstrodynamicalSolvers #234
Comments
Thank you for the issue! This project is in the middle of a big refactor, though the "refactor" part is mostly done, and I'm now ironing out bugs, working on documentation, and linking different pieces of functionality across the sub-packages. The issue you found is one I found today too! For some reason, the I'm happy to hear the project is useful! All issues and PRs are welcome. This is the culmination of my grad school work, and now I'm working full time as an RSE in robotics, so my time tidying up these packages has been mostly limited to weekends. So all that is to say: you could try using the dev versions of the packages because I think this specific issue might be fixed with my latest commits. But unfortunately the solvers specifically are most brittle parts right now. I hope to have the examples working again in the next week or so. |
Good to know, I will try out the dev versions with managed expectations. Thanks for the quick response! |
Hey @tahoe-vegas, I've tracked this issue to I'm currently updating the documentation. I'll close this issue when that is done. You should be able to work around the issue by using |
Sounds good. I have been able to use the halo and manifold solvers with no issues after pulling the dev versions of the packages, and using regular Vectors. |
Hi, I began using GeneralAstrodynamics today to investigate various halo orbits around Sun-Earth L1 and associated manifolds, with the eventual objective of determining the trade space of dV vs transfer time for a mission concept.
Using the latest version of GeneralAstrodynamics from the Julia package repository, I was successfully able to calculate a few example halo orbits and manifolds but had some confusion with exported function names. I snooped around this repo and figured that out I was using older versions of the library packages, since newer AstrodynamicalCalculations/Models/Solvers versions have been released but not GeneralAstrodynamics.
I tried removing GeneralAstrodynamics and re-adding the libraries so they are the most recent:
I also found this documentation and tried the "Manifolds Computation" code blocks, first with the CR3BP parameter for Sun-Earth and then with no changes. Both times the halo computation runs on and on before Julia crashes.
Is there something I'm doing wrong, or is this just a bad time to be trying out these solvers? It seems like this package might be in the middle of a significant refactor, so no worries if that's the case. This is a very impressive project and I'm excited to see where it goes and possibly contribute as it is very relevant to my work.
The text was updated successfully, but these errors were encountered: