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

Spacecraft Dynamics to support pickle #214

Open
Tracked by #212
ChristopherRabotin opened this issue Aug 18, 2023 · 0 comments
Open
Tracked by #212

Spacecraft Dynamics to support pickle #214

ChristopherRabotin opened this issue Aug 18, 2023 · 0 comments
Labels
Interface: Python Priority: normal Status: Development Issue at Test Driven Development phase of the quality assurance process

Comments

@ChristopherRabotin
Copy link
Member

This is a spin off from #212.

Same description for everything. The purpose of this issue is to allow SpaceraftDynamics to be pickled. This is not possible because, at the moment, only the from_config of DynamicsSerde is implemented for SpacecraftDynamics. That's because the opposite operation (to_config) is made quite a bit more complicated due to the Frame management. #86 will immensely simplify this, so wait until it's implement to implement this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interface: Python Priority: normal Status: Development Issue at Test Driven Development phase of the quality assurance process
Projects
None yet
Development

No branches or pull requests

1 participant