-
Notifications
You must be signed in to change notification settings - Fork 10
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
Oceanwater 1010 implement telemetry arm faults status #95
Oceanwater 1010 implement telemetry arm faults status #95
Conversation
…of github.com:nasa/ow_autonomy into OCEANWATER-1010_implement_telemetry_arm_faults_status
…arm_faults_status
…arm_faults_status
@anthonykoutroulis Code looks good, build is clean, just awaiting a specific test (in ow_simulator) if any. |
This should have its own test, even if just for regression, since PLEXIL detects and reacts to arm faults, even if only through the system fault message. A sufficient test would be running any plan with lots of arm operations, injecting faults, and verifying behavior. Also, it needs to be rebased to an intermediate branch. |
…arm_faults_status
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.
Looks good!
Linked Issues:
Mostly artifact renaming and updating message definitions.
This issue has a corresponding and required branch on ow_simulator.
Summary of Changes
ArmFaults
to match Unified Telemetry spec ofArmFaultsStatus
owl_msgs
which now houses ArmFaultsStatus (instead of ow_faults_detection
)For more details, see the associated pull request on ow_simulator.
Test
Test with linked PR above.