MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
#include <commands_aiding.h>
Public Attributes | |
mip_time | time |
Timestamp of the measurement. More... | |
uint8_t | frame_id |
Source ID for this estimate (source_id == 0 indicates this sensor, source_id > 0 indicates an external estimate). More... | |
mip_vector3f | velocity |
NED velocity [m/s]. More... | |
mip_vector3f | uncertainty |
NED velocity uncertainty [m/s]. Cannot be 0 unless the corresponding valid flags are 0. More... | |
mip_aiding_vel_ned_command_valid_flags | valid_flags |
Valid flags. Axes with 0 will be completely ignored. More... | |
uint8_t mip::C::mip_aiding_vel_ned_command::frame_id |
Source ID for this estimate (source_id == 0 indicates this sensor, source_id > 0 indicates an external estimate).
mip_time mip::C::mip_aiding_vel_ned_command::time |
Timestamp of the measurement.
mip_vector3f mip::C::mip_aiding_vel_ned_command::uncertainty |
NED velocity uncertainty [m/s]. Cannot be 0 unless the corresponding valid flags are 0.
mip_aiding_vel_ned_command_valid_flags mip::C::mip_aiding_vel_ned_command::valid_flags |
Valid flags. Axes with 0 will be completely ignored.
mip_vector3f mip::C::mip_aiding_vel_ned_command::velocity |
NED velocity [m/s].