We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not really sure what's going on here but the command that's failing is:
python -m psim -s 100000 -p fc/attitude -ps 50 -c sensors/base,truth/base,truth/deployment AttitudeEstimatorTestGnc
and results in:
... [11:50:16 PM INFO] psim.plugins.stop: 40% of the maximum allowable steps taken. python: src/gnc/attitude_estimator.cpp:510: void gnc::attitude_estimator_update(gnc::AttitudeEstimatorState&, const gnc::AttitudeEstimatorData&, gnc::AttitudeEstimate&): Assertion `std::abs(1.0f - lin::fro(data.s_body)) < 1.0e-2f' failed. zsh: abort (core dumped) python -m psim -s 100000 -p fc/attitude -ps 50 -c AttitudeEstimatorTestGnc
The modelling eclipse was disabled in the configuration files so the sun vector shouldn't be nan.
nan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not really sure what's going on here but the command that's failing is:
and results in:
The modelling eclipse was disabled in the configuration files so the sun vector shouldn't be
nan
.The text was updated successfully, but these errors were encountered: