pathfinder-for-autonomous-navigation / psim

Six DOF flight simulator and related GNC implementations.
MIT License
4 stars 6 forks source link

Avoid copying Orbits in GroundPropagator. #183

Closed nhz2 closed 4 years ago

nhz2 commented 4 years ago

Right now Orbits are getting copied a lot in GroundPropagator. This might be slower than using a buffer and just moving around pointers to Orbits.

nhz2 commented 4 years ago

I'm closing this because coping will only happen rarely when an Orbit gets caught up or a new Orbit gets uplinked from ground, not every control cycle.