Added setting default for EKF2_EV_CTRL to 15 for VOXL 2 boards

This commit is contained in:
Eric Katzfey 2025-04-01 10:31:59 -07:00 committed by Daniel Agar
parent 5509061803
commit db97dd471d

View File

@ -62,6 +62,10 @@ param select /data/px4/param/parameters
# Load in all of the parameters that have been saved in the file
param load
# This was the default pre-v1.16.0 and for folks relying on that
# we set it up here
param set-default EKF2_EV_CTRL 15
# IMU (accelerometer / gyroscope)
if [ "$PLATFORM" == "M0104" ]; then
/bin/echo "Starting IMU driver with rotation 12"