jorgepiloto / lamberthub

A set of Lambert's problem solvers
GNU General Public License v3.0
47 stars 5 forks source link

Add izzo2015 solver #7

Closed jorgepiloto closed 3 years ago

jorgepiloto commented 3 years ago

Solves for #4 by adding izzo2015 solver, directly taken from poliastro and modified according to lamberthub API.

This routine also solves for poliastro lambert API design issue, by filtering the solution according to the type of motion and path of orbit. If the logic presented here is reused by poliastro, remember also to take the test cases provided by lamberthub 😉

jorgepiloto commented 3 years ago

Merging this! Yet another modern and robust solver in this library 🚀