How to load parameters
-
@Paul-Carff Yes, you would use the load from file option. Only the parameters in the file will be touched. All other parameters will remain the same. PX4 has defaults for all of the parameters built into the actual software image. When you start modifying parameters (changing them from their default values) PX4 will store those new values in the file
/data/px4/param/parameters
. So, for example, if you calibrate the magnetometer, the calibration parameters will be put into that file. You can always start from scratch by deleting that file and restarting PX4. -
Thanks for the confirmation.
-
Where is the best place to learn about all of the parameters and their meaning/use?
-
-
@Eric-Katzfey Perfect - thank you
-
@Paul-Carff
Which params v do I use :
Here is what I am currently running:
-
@Paul-Carff Use the v1.12 parameters
-
@Eric-Katzfey Thank you.
-
@Paul-Carff I have upgraded to voxl2_sdk1.0.0 onto my Sentinel.
I believe this SDK uses px4 version is 1.14 Should I be using the v1.14 params now?
-
@Paul-Carff Yep, use 1.14 parameters for SDK 1.0.0.
-
@Eric-Katzfey Thank you