pathfinder-for-autonomous-navigation / psim

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

Orbit estimation #115

Closed nhz2 closed 4 years ago

nhz2 commented 4 years ago

I have integrated orbit estimation into update_FC_state. The estimator is implemented in orbit_estimation dir. The implementation still needs a lot more work before getting written in C++, specifically, trying the sequential EKF update talked about in the canx paper, and seeing what operations can be done in single or fixed precision. I also added a preliminary gps sensor model.