![]() |
SparkFun Optical Tracking Odometry Sensor
v1.0.2-11-gb69b326
Library for the SparkFun Optical Tracking Odometry Sensor
|
Signal process config register bit fields. More...
#include <sfDevOTOS.h>
Public Attributes | |
struct { | |
uint8_t enLut: 1 | |
Whether to use the internal lookup table calibration for the optical sensor. More... | |
uint8_t enAcc: 1 | |
Whether to feed the accelerometer data to the Kalman filters. More... | |
uint8_t enRot: 1 | |
Whether to rotate the IMU and optical sensor data by the heading angle. More... | |
uint8_t enVar: 1 | |
Whether to use the correct sensor variance in the Kalman filters, or use 0 varaince to effectively disable the filters. More... | |
uint8_t reserved: 4 | |
Reserved bits, do not use. More... | |
}; | |
uint8_t | value |
Raw register value. More... | |
Signal process config register bit fields.
struct { ... } sfe_otos_signal_process_config_t::@3 |
uint8_t sfe_otos_signal_process_config_t::enAcc |
Whether to feed the accelerometer data to the Kalman filters.
uint8_t sfe_otos_signal_process_config_t::enLut |
Whether to use the internal lookup table calibration for the optical sensor.
uint8_t sfe_otos_signal_process_config_t::enRot |
Whether to rotate the IMU and optical sensor data by the heading angle.
uint8_t sfe_otos_signal_process_config_t::enVar |
Whether to use the correct sensor variance in the Kalman filters, or use 0 varaince to effectively disable the filters.
uint8_t sfe_otos_signal_process_config_t::reserved |
Reserved bits, do not use.
uint8_t sfe_otos_signal_process_config_t::value |
Raw register value.