mavlink / qgroundcontrol

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

Cut over plotting to QML Charts #1819

Closed LorenzMeier closed 3 years ago

LorenzMeier commented 9 years ago

@dogmaphobic @DonLakeFlyer I stumbled across this, which seemed intriguing: http://doc.qt.io/QtCharts/qtcharts-qmloscilloscope-example.html

There is also this, but the official Qt solution might be preferable due to probably better rendering backends.

dogmaphobic commented 9 years ago

Hehe... I had found that a long time ago and I was salivating at the time. But if you scroll all the way down, you will notice that's only available for a paid license :)

DonLakeFlyer commented 9 years ago

Yup I saw that as well. I was looking at this: http://qcustomplot.com

LorenzMeier commented 9 years ago

I don't think it differs from the normal Qt license. I'm pretty confident its available the same way.

DonLakeFlyer commented 9 years ago

It's only in the paid license. You can get a 30 day free trial, then you have to pay. There's a chart somewhere that says what is in what. I can't seem to find it now.

dogmaphobic commented 9 years ago

I can't seem to find it now.

Me either. I've seen it before too. Their normal paid license is $350/month. I wonder what kind of arrangement could be made for an open source project though...

LorenzMeier commented 9 years ago

If you follow the link at the bottom of the page it tells you that you can download for free.

DonLakeFlyer commented 9 years ago

This is what I see at the bottom: screen shot 2015-09-01 at 12 43 48 pm Click that, and then you can see how you can get a 30 day free trial on the commercial license. Only Open Source is free, and it's not in that version.

NaterGator commented 8 years ago

The plotting interface is still a big sore point. What if we consider something like Chart.js integration: https://github.com/jwintz/qchart.js

image

dogmaphobic commented 8 years ago

What if we consider something like Chart.js integration

I've looked at that and considered it. Qt Chart is now supposedly open source. Waiting to see how that goes before investing time with JavaScript.

NaterGator commented 8 years ago

Ah, missed that... the release is here

It looks like it will be GPLv3, is that going preclude us from using it on mobile platforms?

LorenzMeier commented 8 years ago

No. It just means we need a proper license for the App Store build.

LorenzMeier commented 3 years ago

Closing as stale.