upside down imu option

This commit is contained in:
apirrone 2025-03-17 11:01:27 +01:00
parent f8751e2bbe
commit 53ae7e8dbc

View file

@ -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)