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

get_traj equivalent for trajectory optimizers other than pykep.trajopt.direct_pl2pl #156

Open
jerryvarghese1 opened this issue Feb 9, 2022 · 0 comments

Comments

@jerryvarghese1
Copy link

jerryvarghese1 commented Feb 9, 2022

I am developing a 3D visualization library for arbitrary 6DOF simulations. I am using pykep to simulate various transfers; to visualize the transfers, I need the raw trajectory (x,y,z coordinate data) of the spacecraft and start/target body and (if possible) control data with respect to time. I see that pykep.trajopt.direct_pl2pl has a method to do this (get_traj). All of the udp class problems have a plot method, so at least as an intermediate step, the Cartesian coordinate data is propagated in plot_lambert/plot_kepler , but not exposed to the user. I am not sure if I am just missing an method that is already in place or if this can be implemented.

Thank you for any help! In the case that it is not currently implemented, I would be happy to create the methods necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant