pathfinder-for-autonomous-navigation / psim

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

Update CXX Attitude Estimator to Work Assuming Perfect Sensors #159

Closed kylekrol closed 4 years ago

kylekrol commented 4 years ago

If we want to get some version of flight software up and running in a HOOTL environment with the new attitude controller, we'll need to make some small changes to the attitude estimator interface. Most notably, the finite difference method to determine w_body should be removed because we will be relying on filtered gyroscope measurements in the future.

Obviously, this implementation will be removed in the future.