qgroundcontrol icon indicating copy to clipboard operation
qgroundcontrol copied to clipboard

Viewing multiple debug values in Mavlink Inspector

Open diablo1281 opened this issue 5 years ago • 6 comments

Hi, I have just upgrade to version 4.0.0 of QGCS and notice that MAVLink Inspector and Analyze plugin get merged. There is a problem however. You can plot only 4 items at once and can't plot specific item from table variable (like field voltages from message BATTERY_STATUS). I am developing autopilot software and these features are very helpful.

Any chance to bring at least analyze tool back?

diablo1281 avatar Mar 02 '20 07:03 diablo1281

Indeed, the current graphing does not handle arrays of values. It would be quite tricky to add that. With that said, the theoretical limit is two separate plots with 6 values each.

dogmaphobic avatar Mar 03 '20 02:03 dogmaphobic

not handle arrays of values

Did that work before. Don't remember.

DonLakeFlyer avatar Mar 03 '20 02:03 DonLakeFlyer

Me either but I guess it did, otherwise this wouldn't be brought up. The vast majority of the cases, each field contains one value. Things like battery (cells), quaternions, etc. have an array of values for a single field. The code doesn't handle that at all.

dogmaphobic avatar Mar 03 '20 02:03 dogmaphobic

Isn't it just another level to the hierarchy?

DonLakeFlyer avatar Mar 03 '20 03:03 DonLakeFlyer

Hi @DonLakeFlyer , any news about bringing this feature back?

diablo1281 avatar Aug 23 '24 23:08 diablo1281

We are approaching V5 and the same problem persists...

diablo1281 avatar May 15 '25 22:05 diablo1281