Skip to content
New issue

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

High rate raw data #11

Open
mzahana opened this issue Apr 27, 2024 · 1 comment
Open

High rate raw data #11

mzahana opened this issue Apr 27, 2024 · 1 comment

Comments

@mzahana
Copy link

mzahana commented Apr 27, 2024

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

nh_priv->param("rate", param_rate, (double)100);

Thanks

@dheera
Copy link
Owner

dheera commented May 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants