-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
[nasa/nos3#181] - Update submodule for new inertial attitude control … #471
Conversation
How to test: Launch NOS3 as normal using COSMOS as the GSW. Watch telemetry page Look at telemetry point INERTIAL_QUAT_ERR_3. It should gradually move towards 0.99999. When it does, the inertial attitude matches the commanded inertial attitude. You can also look at the 42 Cam window; turn on the N and B axes and see that b1 aligns with n1, b2 aligns with n2, b3 aligns with n3. Note that the star tracker must be returning valid data for this to work. To see if it is, look at telemetry point |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Standard boot with COSMOS GSW.
cmd("GENERIC_STAR_TRACKER GENERIC_STAR_TRACKER_ENABLE_CC")
Successfully sun pointed by default:
cmd("GENERIC_ADCS GENERIC_ADCS_INERTIAL_QUATERNION_CC with GNC_INER_QUAT1 0.0, GNC_INER_QUAT2 0.0, GNC_INER_QUAT3 0.0, GNC_INER_QUAT4 1.0")
cmd("GENERIC_ADCS GENERIC_ADCS_SET_MODE_CC with GNC_MODE INERTIAL_MODE")
Confirmed telemetry in inertial mode (maintained for awhile too):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
… eps and css cmake edits in fprime
…mode.
Depends on submodule pull request nasa-itc/generic_adcs#9 .
Closes #181.