Skip to content

Commit 1af5c3b

Browse files
default to false
1 parent 4bb8c2e commit 1af5c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quadrotor_hover_code_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import autograd.numpy as anp
55

66
# Toggle switch for adaptive rho
7-
ENABLE_ADAPTIVE_RHO = True # Set to True to enable adaptive rho
7+
ENABLE_ADAPTIVE_RHO = False # Set to True to enable adaptive rho
88

99
# Quadrotor system matrices (12 states, 4 inputs)
1010
rho_value = 5.0

0 commit comments

Comments
 (0)