pathfinder-for-autonomous-navigation / psim

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

Coupled Attitude and Orbit Truth Model #251

Closed kylekrol closed 3 years ago

kylekrol commented 3 years ago

We currently only have an orbit propagator truth model and need to implement a coupled attitude-orbit truth model for full mission simulations.

I've defined the interface this model should implement on this branch: feature/attitude-orbit-model.