Skip to content

Commit

Permalink
Tools: update heli autotune autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer committed Apr 19, 2024
1 parent 0634ec3 commit fe96722
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/autotest/helicopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def AutoTune(self):
self.set_parameters({
"AUTOTUNE_AXES": 2,
"AUTOTUNE_SEQ": 2,
"AUTOTUNE_GN_MAX": 2.0,
"AUTOTUNE_GN_MAX": 1.8,
})

# Conduct testing from althold
Expand All @@ -902,7 +902,7 @@ def AutoTune(self):
self.set_parameters({
"AUTOTUNE_AXES": 1,
"AUTOTUNE_SEQ": 2,
"AUTOTUNE_GN_MAX": 1.8,
"AUTOTUNE_GN_MAX": 1.6,
})

# Conduct testing from althold
Expand All @@ -922,7 +922,7 @@ def AutoTune(self):
self.set_parameters({
"AUTOTUNE_AXES": 3,
"AUTOTUNE_SEQ": 4,
"AUTOTUNE_GN_MAX": 2.0,
"AUTOTUNE_GN_MAX": 1.6,
})

# Conduct testing from althold
Expand Down

0 comments on commit fe96722

Please sign in to comment.