pathfinder-for-autonomous-navigation / psim

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

Updated C++ Attitude Estimator Interface #186

Closed kylekrol closed 4 years ago

kylekrol commented 4 years ago

The current attitude estimator is intended to only accommodate the triad method and therefore doesn't take angular rate measurements as an input. As such, the attitude estimator interface will need to change to accommodate the UKF implementation.