You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a vehicle has multiple batteries then each of these should have a different value for id and should be plotted separately. As it is now a plot of BATTERY_STATUS is useless for multi-battery systems, because the message plot shows traces that switch between different sources.
Currently this affects batteries, ESC, IMUs, but there are others, and more to come.
Note that this was previously supported, but was lost when transitioning to QML controls.
Tell us a bit about the feature:
What problem does it solve?
Allows instance data to be plotted and inspected.
What does it do?
Allows data to be presented usefully
What flight stacks must it work with? (All, PX4, ArduPilot)
MAVLink messages that have an "instance field" should support separate plotting and reporting for each value of the instance field.
As an example consider the
BATTERY_STATUS
message. This has theid
field with theinstance="true"
attribute as shown below:If a vehicle has multiple batteries then each of these should have a different value for id and should be plotted separately. As it is now a plot of
BATTERY_STATUS
is useless for multi-battery systems, because the message plot shows traces that switch between different sources.Currently this affects batteries, ESC, IMUs, but there are others, and more to come.
Note that this was previously supported, but was lost when transitioning to QML controls.
Tell us a bit about the feature:
What problem does it solve?
What does it do?
What flight stacks must it work with? (All, PX4, ArduPilot)
Relevant vehicle types? (All, multirotor, fixed-wing, VTOL, submarine, etc.)
Are there other systems that have this feature?
What communication/integration standards does the feature rely on (e.g. MAVLink commands etc.)
The text was updated successfully, but these errors were encountered: