px4 params flow to autopilot
-
on the voxl2 qrb5165 there is this folder
/data/px4/paramholding the PX4 parameters and calibration
sometimes at bootup the QGC says all parameters lost
seems that on each flight those params are being modifiedI want to solve this issue of calibration & params loss by the px4
I will appreciate a short explanation of how the voxl-px4-params data is flowing on the device
my guess is params shall be set and saved via QGC later the VOXL will pull them from the autopilot on each flight to /data/px4/params is this the case ?thank you !
-
@jacob-yaacubov said in px4 params flow to autopilot:
sometimes at bootup the QGC says all parameters lost
Hi Jacob - Unsure if I am fully following but this is the explanation for how parameters work on the voxl2:
Every boot of the voxl2 kick off the px4 instance if you have that service enabled - it will then grab the parameters from /data/px4/param (if a parameter file already exists) - if you save a file from QGC of edit a parameter, from their, it will update in this file as well. As for why the parameters are lost - I am assuming what you mean is the parameter file isnt fully loaded (AKA the green bar at the top of qgc never finishes because of a timeout) - if that is the case I would recommend trying another qgc instance on a different device like a phone or different os (mac vs linux vs windows) - and see if the problem persists.
Zach