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

Tuning/Quick: NAMED_VALUE_FLOAT leads to multiple identical entries #3298

Open
rmackay9 opened this issue Feb 28, 2024 · 2 comments
Open

Tuning/Quick: NAMED_VALUE_FLOAT leads to multiple identical entries #3298

rmackay9 opened this issue Feb 28, 2024 · 2 comments
Labels

Comments

@rmackay9
Copy link
Contributor

If multiple NAMED_VALUE_FLOAT value are sent from the flight code, each with different names, MP seems to mixup the names and only display one of them on the Action or Tuning tabs list "Display This" screen. So instead of multiple names appearing, only one name appears multiple times.

This is and example of what the screen shows in this situation:
image

@rmackay9 rmackay9 added the bug label Feb 28, 2024
@EosBandi
Copy link
Collaborator

EosBandi commented Mar 5, 2024

Checked on latest beta, and Copter 4.4.4 no repro. Sent named_floats from a lua script.
image
function lrf ()

distance = 100
gcs:send_named_float("First", distance)
gcs:send_named_float("Second", distance)
gcs:send_named_float("Third", distance)
gcs:send_named_float("Fourth", distance)
gcs:send_named_float("Fifth", distance)
gcs:send_named_float("Sixth", distance)

return lrf, 1000

end

return lrf, 1000

@robertlong13
Copy link
Collaborator

Same, I haven't hit this. @rmackay9 do you have a tlog? Maybe that will help reproduce

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

No branches or pull requests

3 participants