pathfinder-for-autonomous-navigation / psim

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

Improved Sun Sensors Model #288

Closed kylekrol closed 3 years ago

kylekrol commented 3 years ago

Improved Sun Sensors Model

Relates to #143.

Summary of changes

Testing

Some sample images taken with eclipse and without eclipse are included here.

With eclipse enabled:

eclipse_s eclipse_s_error

Without eclipse enabled:

s s_error

You can also see the more detailed behavior with a shorter time scale:

short_s short_s_error

The above plots can be generated with the following command:

python -m psim -s 20000 -p sensors/sun_sensors -ps 1 -c sensors/base,truth/base,truth/deployment -v SingleAttitudeOrbitGnc
kylekrol commented 3 years ago

This needs to be rebased once #280 and #287 are merged.