mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 19:23:54 +00:00
upside down imu option
This commit is contained in:
parent
f8751e2bbe
commit
53ae7e8dbc
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
from mini_bdx_runtime.raw_imu import Imu
|
||||
|
||||
if __name__ == "__main__":
|
||||
imu = Imu(50, calibrate=True)
|
||||
imu = Imu(50, calibrate=True, upside_down=False)
|
Loading…
Reference in a new issue