Skip to content

Commit

Permalink
autotest: use new FSTRATE parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Jun 22, 2024
1 parent 23d52b1 commit 0c100d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6219,7 +6219,7 @@ def DynamicRpmNotchesRateThread(self):
"SIM_VIB_MOT_MAX": 350,
"SIM_GYR1_RND": 20,
"SIM_ESC_TELEM": 1,
"FLIGHT_OPTIONS": 8
"FSTRATE_ENABLE": 1
})
self.reboot_sitl()

Expand All @@ -6240,7 +6240,7 @@ def DynamicRpmNotchesRateThread(self):
"INS_HNTCH_ATT": 50,
"INS_HNTCH_BW": 40,
"INS_HNTCH_MODE": 3,
"FLIGHT_OPTIONS": 8
"FSTRATE_ENABLE": 1
})
self.reboot_sitl()

Expand Down

0 comments on commit 0c100d9

Please sign in to comment.