-
Notifications
You must be signed in to change notification settings - Fork 34
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
Lambert solver #29
Comments
I have a Julia port of poliastro's solver here: https://github.com/helgee/icatt-2016/blob/master/julia/lambert.jl#L27 For now you can just copy-paste it into your code. |
Is it Izzo method? I have the ODE of motion, how can I use your function?
|
Hi @Tarlan0001 , Unfortunately, we do not have one yet. But it is on my list of priorities to add one (or an interface to one) so that we can do this within SatelliteToolbox.jl. |
Just in case this is useful to someone, I have a Julia Lambert solver here which uses bijection (as described in Algorithm 58 of Vallado's Fundamentals of Astrodynamics and Applications). The code needs to be cleaned up, but I'd be happy to make changes to this algorithm, or implement one of the others if it would be useful for |
Is there a Lambert problem solver in SatelliteToolbox.jl? I used poliastro in Python and wondering whether there is such function in Julia?
The text was updated successfully, but these errors were encountered: