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

BNO055 Module Modes #105

Open
SeaTechRC opened this issue Nov 21, 2024 · 1 comment
Open

BNO055 Module Modes #105

SeaTechRC opened this issue Nov 21, 2024 · 1 comment

Comments

@SeaTechRC
Copy link
Contributor

Hello,

As of now, it is not possible to select a mode for the BNO055.
It is currently hardcoded in the NDOF mode (using gyrometer, accelerometer and magnetometer) giving an absolute orientation.
For certain applications, only the relative orientation (BNO055 in IMU mode) is enough.

The advantage of using a different mode, for example IMU mode, is that it doesnt require movement of the sensor for intialization as the NDOF mode does.

this->bno->setOprModeNdof();

@Johannes-Thiel
Copy link
Collaborator

At the moment, we only use the absolute position in our applications. We want to implement this new feature, but it has relatively low priority for us.

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