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: please tell me how to compute the init_acc_calib and init_gyro_calib?
init_acc_calib.setBias( Vector3d(32768, 32768, 32768) ); init_gyro_calib.setScale( Vector3d(1.0/6258.0, 1.0/6258.0, 1.0/6258.0) );
thanks alot!!! @Kyle-ak
The text was updated successfully, but these errors were encountered:
32768 = 2**(16-1) means AD ouput 16bits ,you can check the imu User-Manual for yours.
Sorry, something went wrong.
No branches or pull requests
hi:
please tell me how to compute the init_acc_calib and init_gyro_calib?
thanks alot!!! @Kyle-ak
The text was updated successfully, but these errors were encountered: