Skip to content

Commit

Permalink
autotest: fixed Q_ASSIST test
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Dec 29, 2024
1 parent 7e0196a commit 0cd4765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/autotest/quadplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,8 @@ def QAssist(self):
self.change_mode("FBWA")

# disable stall prevention so roll angle is not limited
self.set_parameter("STALL_PREVENTION", 0)
self.set_parameters({"STALL_PREVENTION": 0,
"Q_ASSIST_SPEED": 15})

thr_min_pwm = self.get_parameter("Q_M_PWM_MIN")
lim_roll_deg = self.get_parameter("ROLL_LIMIT_DEG")
Expand Down

0 comments on commit 0cd4765

Please sign in to comment.