You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
In the AbsoluteIMU class, the methods z_gyro and compass seems to be switched, they are found from line 131 in mindsensors.py
` @Property
def z_gyro(self):
self.mode = 'COMPASS'
return self.value0
The text was updated successfully, but these errors were encountered: