We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6f36d commit faa72abCopy full SHA for faa72ab
donkeycar/parts/imu.py
@@ -233,7 +233,7 @@ def __init__(self, alpha=1.0):
233
i2c = board.I2C() # uses board.SCL and board.SDA
234
self.sensor = adafruit_bno055.BNO055_I2C(i2c)
235
self.last_val = 0xFFFF
236
- self.sensor.offsets_accelerometer = (44, -116, -26)
+ self.sensor.offsets_accelerometer = (43, -116, -26)
237
self.sensor.offsets_gyroscope = (-1, -1, -1)
238
self.sensor.offsets_magnetometer = (-176, 196, 17)
239
self.speed = np.zeros(3)
0 commit comments