Skip to content

Commit

Permalink
autotest: use full rate attitude logging in rate thread test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Jun 3, 2024
1 parent ee57364 commit c53dab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6193,7 +6193,7 @@ def DynamicRpmNotchesRateThread(self):
"INS_LOG_BAT_MASK": 3,
"INS_LOG_BAT_OPT": 0,
"INS_GYRO_FILTER": 300, # set gyro filter high so we can observe behaviour
"LOG_BITMASK": 958,
"LOG_BITMASK": 959,
"LOG_DISARMED": 0,
"SIM_VIB_MOT_MAX": 350,
"SIM_GYR1_RND": 20,
Expand Down

0 comments on commit c53dab4

Please sign in to comment.