MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
#include <commands_aiding.h>
Public Attributes | |
mip_function_selector | function |
uint8_t | frame_id |
Reference frame number. Limit 4. More... | |
mip_aiding_frame_config_command_format | format |
Format of the transformation. More... | |
bool | tracking_enabled |
If enabled, the Kalman filter will track errors. More... | |
mip_vector3f | translation |
Translation X, Y, and Z. More... | |
mip_aiding_frame_config_command_rotation | rotation |
Rotation as specified by format. More... | |
mip_aiding_frame_config_command_format mip::C::mip_aiding_frame_config_command::format |
Format of the transformation.
uint8_t mip::C::mip_aiding_frame_config_command::frame_id |
Reference frame number. Limit 4.
mip_function_selector mip::C::mip_aiding_frame_config_command::function |
mip_aiding_frame_config_command_rotation mip::C::mip_aiding_frame_config_command::rotation |
Rotation as specified by format.
bool mip::C::mip_aiding_frame_config_command::tracking_enabled |
If enabled, the Kalman filter will track errors.
mip_vector3f mip::C::mip_aiding_frame_config_command::translation |
Translation X, Y, and Z.