You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
lizard/main/modules/imu.cpp
Line 30 in 4a45032
The text was updated successfully, but these errors were encountered: