prog_algs
prog_algs copied to clipboard
GUI
Requirement Text Create standard GUI for one or more systems.
Background Information GUIs are important for monitoring systems/ predictions in real time.
A standard interface that could receive at state estimators/ predictors would be useful for easy monitoring of systems
Suggested Solution First draft: add_system(name, state_est=None, pred=None, warning=0.1, alert=0.05)
- add listener to estimate, predict?
DoD
- [ ] Implement feature
- [ ] Add to example
- [ ] Add tests
- [ ] Add to change notes for next release
Hey @teubert is this issue open for bug fixes
Absolutely @AbdullahKazi500
Can you assign me or should I make a PR then
@AbdullahKazi500 You are welcome to open a PR or any new issues on bugs you find. We would be very grateful for any help you can provide.
If you're providing any changes to the code we do ask that you complete either the individual or corporate contributor form in the forms/ directory and send it to [email protected] and [email protected]. Also, please review the contributing, branching strategy, and notes to developers sections here: https://nasa.github.io/progpy/dev_guide.html
Thank you in advance for your help
Thank you for the clarification