-
Notifications
You must be signed in to change notification settings - Fork 90
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#381] generic_reaction_wheel checkout #429
base: dev
Are you sure you want to change the base?
Conversation
…ave device files, and updated ADCS pointers to have the subdirectory for reaction wheel device
Fix back to yamcs default
add checkout app to make checkout script |
@zlynch2 will do. Now that FSS is configed right, waiting for one more review there. Then will merge all that, merge the new dev into this branch, and work from there, so everything is configured right. |
I should have fixed everything. Will try to update description with proper instruction. Only main oddity I'm seeing is with Momentum values seeming to flicker to zero sometimes, which may be a sim issue, or a device issue, not quite sure. Guessing SIM since the device is just reading values from there. May be worth a look from @jlucas9 or @msuder to verify (I don't believe I ever touched sim, so if it is there, is a preexisting bug that needs a new issue to close). |
Checkout not building. Left comment in RW PR. |
… to COSMOS and full config. Fixed minimal config to really be minimal. Update reaction wheel submodule to fix constructor.
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.
Checkout successfully buids and runs, commands are fully functional and responds to user input
Updated Reaction Wheel app to have device files for UART control, and then added the checkout application. Have verified the checkout launches and can be commanded in the newest push from this afternoon.
Steps:
make clean
make debug
cd components/generic_reaction_wheel/fsw/standalone/build
mkdir build
in the standalone directory if needed, thencd build
)make clean
cmake .. -DTGTNAME=cpu1
make
exit
make clean
make
make checkout
The following submodule PRs must be merged and updated first:
nasa-itc/generic_reaction_wheel#9
nasa-itc/generic_adcs#7
Closes #381