You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some assert statements in GNC will fail on NaN inputs even when a NaN input is permissible. Adding some assert macro(s) that allows a NaN inputs would be helpful.
The text was updated successfully, but these errors were encountered:
This bug was moved into the critical category because it recently hindered our ability to run the attitude filter during eclipse in PSim standalone. Essentially, when the satellite goes into eclipse the sun sensor measurement is set to NaN. This causes assertions to fail in the gnc library.
Two things to note:
The assertions should be fixed so we can run psim standalone with assertions present.
We should also be able to build a "release" version of the Python module that excludes assertions for the sake of a performance boost. This, however, seems better tracked on Add a Mechanism for Debug and Release Builds #243.
Currently, some assert statements in GNC will fail on NaN inputs even when a NaN input is permissible. Adding some assert macro(s) that allows a NaN inputs would be helpful.
The text was updated successfully, but these errors were encountered: