Skip to content
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

Copter: Suppress multiple anomaly alerts #27803

Conversation

muramura
Copy link
Contributor

The telemetry transmitter uses UART at 57600 BPS or 38400 BPS.
The signal lines are only TX and RX for the telemetry transmitter.
Sending many messages in a short time is prone to overflow.
If an error is detected in the order, I don't think other processing is necessary.
If it gets better, execute the next process.

@peterbarker
Copy link
Contributor

Emitting multiple failures is actually a deliberate - requested! - feature.

These tests are independent, too - one failure doesn't mean the others will.

Sorry, but this isn't how things are desired.

@muramura
Copy link
Contributor Author

muramura commented Aug 10, 2024

@peterbarker san.
This means ArduPilot does not anticipate multiple occurrences, right?

I believe it is necessary to be aware of the telemetry transmission rate.

I am customizing QGC and MP to be mindful of the telemetry communication rate.

I want telemetry transmissions to be reliably notified to the GCS. I do not think it is acceptable for them to be missed due to overflow.

I use ArduPilot for business and am working to improve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants