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

CurrentState: Propagate Named Float messages across components with same sysid. #3226

Merged
merged 1 commit into from Nov 8, 2023

Conversation

EosBandi
Copy link
Collaborator

@EosBandi EosBandi commented Nov 8, 2023

There were an increased number of requests about using named floats to display data in the QuickView tab. Unfortunately, if the msg is sent with other than component ID 1, then it is displayed only when the component is selected in the connect window. (Sending it with compid 1 generates seqno errors so it is not recommended) This patch propagates named float messages across components with the same sysid. This will help in most cases. In the rare case when there is a need to separate named_floats by component id the propagation can be switched off by setting false in config.xml

…low display data sent by external components viaa NAMED_FLOAT messages without change component in the connect window.
@meee1 meee1 merged commit c69793a into ArduPilot:master Nov 8, 2023
7 checks passed
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.

None yet

2 participants