From db97dd471d6ebfdadef32116677131a3c823b54d Mon Sep 17 00:00:00 2001 From: Eric Katzfey Date: Tue, 1 Apr 2025 10:31:59 -0700 Subject: [PATCH] Added setting default for EKF2_EV_CTRL to 15 for VOXL 2 boards --- boards/modalai/voxl2/target/voxl-px4-start | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/modalai/voxl2/target/voxl-px4-start b/boards/modalai/voxl2/target/voxl-px4-start index 66dfa194e5..70d65af584 100755 --- a/boards/modalai/voxl2/target/voxl-px4-start +++ b/boards/modalai/voxl2/target/voxl-px4-start @@ -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"