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 @dheera
I would like to get high rate (~200Hz) of the raw data (accelerometer and gyroscope) to use with some visual inertial navigation frameworks.
Is this achievable using this driver? IF yes, what needs to be done? Is it related to
ros-imu-bno055/src/bno055_i2c_node.cpp
Line 72 in 4c80f36
Thanks
The text was updated successfully, but these errors were encountered:
Hi, BNO055 only supports 100Hz in Fusion mode. Increasing this "rate" parameter beyond 100 will not help.
You can get higher rates of raw, unfused data by selecting one of the higher "non-fusion" modes. This driver does not support them but you can read the datasheet and add support for them https://www.mouser.com/datasheet/2/783/bst_bno055_ds000-3247202.pdf
Sorry, something went wrong.
No branches or pull requests
Hi @dheera
I would like to get high rate (~200Hz) of the raw data (accelerometer and gyroscope) to use with some visual inertial navigation frameworks.
Is this achievable using this driver? IF yes, what needs to be done? Is it related to
ros-imu-bno055/src/bno055_i2c_node.cpp
Line 72 in 4c80f36
Thanks
The text was updated successfully, but these errors were encountered: