We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, the scale of the accelerometer has been (I think) misnamed to accBiasFound.
crazyflie-firmware/src/hal/src/sensors_bmi088_bmp388.c
Lines 572 to 590 in ebf447e
I would rename accBiasFound to accScaleFound and initialize it after the gyro, next to the other accelerometer scale related variables.
accBiasFound
accScaleFound
Lines 117 to 126 in ebf447e
The text was updated successfully, but these errors were encountered:
I agree, makes sense.
If you issue a pull request, please also update the (unfortunate) copy/paste/similar implementation in
crazyflie-firmware/src/hal/src/sensors_bmi088_spi_bmp388.c
Lines 863 to 881 in ebf447e
Sorry, something went wrong.
ea32e8c
Updated pysdl2 requireent. Closes bitcraze#425
46a2a30
No branches or pull requests
Hi, the scale of the accelerometer has been (I think) misnamed to accBiasFound.
crazyflie-firmware/src/hal/src/sensors_bmi088_bmp388.c
Lines 572 to 590 in ebf447e
I would rename
accBiasFound
toaccScaleFound
and initialize it after the gyro, next to the other accelerometer scale related variables.crazyflie-firmware/src/hal/src/sensors_bmi088_bmp388.c
Lines 117 to 126 in ebf447e
The text was updated successfully, but these errors were encountered: