What is the best way to store datas coming from a drone?
-
We have a project, we are working on a quadcopter.
I design a chart gui for parameters of our drone.
I want store the holl datas which are in the chart. And then upload the stored datas on the chart.
How can i do it?
What is the best way to do it?
Im open to any idea
Thank you -
We have a project, we are working on a quadcopter.
I design a chart gui for parameters of our drone.
I want store the holl datas which are in the chart. And then upload the stored datas on the chart.
How can i do it?
What is the best way to do it?
Im open to any idea
Thank you@firsnur96 What data is that? How big is the amount of data? What do you want to do with this data?
"parameters of our drone" - do you mean this data is some kind of configuration for your drone? Please provide more information. -
@firsnur96 What data is that? How big is the amount of data? What do you want to do with this data?
"parameters of our drone" - do you mean this data is some kind of configuration for your drone? Please provide more information. -
@jsulm we can say config yes, i want to store the best values for roll pitch and yaw. Actually, the values of controller
@firsnur96 You can use JSON for that. https://doc.qt.io/qt-5/json.html
If you want to store configuration for the drone on the machine where your app is running and then send it to the drone you can also use https://doc.qt.io/qt-5/qsettings.html -
@firsnur96 You can use JSON for that. https://doc.qt.io/qt-5/json.html
If you want to store configuration for the drone on the machine where your app is running and then send it to the drone you can also use https://doc.qt.io/qt-5/qsettings.html -
@firsnur96 By no means do I wish to dissuade you from your current path of developing your application. Please continue and I wish you maximum success! Meanwhile, I just want to point out a related Qt drone project (with lively and active contributions), just in case you hadn't known of it: https://github.com/mavlink/qgroundcontrol
On the other hand, I am not sure about the Licensing requirements of https://github.com/mavlink/qgroundcontrol , so if you are working on a commercial program, you may wish to intentionally refrain from studying
qgroundcontrol
, so you can avoid the risk of copying any "viral GPL" code into what you intended to sell as a closed-source app. -
@jsulm we can say config yes, i want to store the best values for roll pitch and yaw. Actually, the values of controller
@firsnur96 said in What is the best way to store datas coming from a drone?:
i want to store the best values for roll pitch and yaw. Actually, the values of controller
a relevant semantical difference is that telemetry "from the drone " is NOT values of the controller. They are related but not the same thing.
Is not what you are really asking for "current platform orientation?"
-
@firsnur96 said in What is the best way to store datas coming from a drone?:
i want to store the best values for roll pitch and yaw. Actually, the values of controller
a relevant semantical difference is that telemetry "from the drone " is NOT values of the controller. They are related but not the same thing.
Is not what you are really asking for "current platform orientation?"
@Kent-Dorfman said in What is the best way to store datas coming from a drone?:
Is not what you are really asking for "current platform orientation?"
Yes, actually i want it. Im so new working with drones, sorry if i use wrong some terms