We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb8c2e commit 1af5c3bCopy full SHA for 1af5c3b
examples/quadrotor_hover_code_generation.py
@@ -4,7 +4,7 @@
4
import autograd.numpy as anp
5
6
# Toggle switch for adaptive rho
7
-ENABLE_ADAPTIVE_RHO = True # Set to True to enable adaptive rho
+ENABLE_ADAPTIVE_RHO = False # Set to True to enable adaptive rho
8
9
# Quadrotor system matrices (12 states, 4 inputs)
10
rho_value = 5.0
0 commit comments