mavlink / qgroundcontrol

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
http://qgroundcontrol.io
3.28k stars 3.61k forks source link

Viewing multiple debug values in Mavlink Inspector #8454

Open diablo1281 opened 4 years ago

diablo1281 commented 4 years ago

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?

dogmaphobic commented 4 years ago

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.

DonLakeFlyer commented 4 years ago

not handle arrays of values

Did that work before. Don't remember.

dogmaphobic commented 4 years ago

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.

DonLakeFlyer commented 4 years ago

Isn't it just another level to the hierarchy?

diablo1281 commented 2 months ago

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