mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 11:13:55 +00:00
range
This commit is contained in:
parent
60acfc0d18
commit
5a388c7719
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import numpy as np
|
|||
from mini_bdx_runtime.buttons import Buttons
|
||||
|
||||
|
||||
X_RANGE = [-0.2, 0.25]
|
||||
X_RANGE = [-0.15, 0.15]
|
||||
Y_RANGE = [-0.2, 0.2]
|
||||
YAW_RANGE = [-1.0, 1.0]
|
||||
|
||||
|
|
Loading…
Reference in a new issue