Struct mavlink::ardupilotmega::AHRS_DATA
source · pub struct AHRS_DATA {
pub omegaIx: f32,
pub omegaIy: f32,
pub omegaIz: f32,
pub accel_weight: f32,
pub renorm_val: f32,
pub error_rp: f32,
pub error_yaw: f32,
}
Available on crate feature
ardupilotmega
only.Expand description
id: 163 Status of DCM attitude estimator..
Fields§
§omegaIx: f32
X gyro drift estimate..
omegaIy: f32
Y gyro drift estimate..
omegaIz: f32
Z gyro drift estimate..
accel_weight: f32
Average accel_weight..
renorm_val: f32
Average renormalisation value..
error_rp: f32
Average error_roll_pitch value..
error_yaw: f32
Average error_yaw value..
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for AHRS_DATA
impl<'de> Deserialize<'de> for AHRS_DATA
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MessageData for AHRS_DATA
impl MessageData for AHRS_DATA
const ID: u32 = 163u32
const NAME: &'static str = "AHRS"
const EXTRA_CRC: u8 = 127u8
const ENCODED_LEN: usize = 28usize
type Message = MavMessage
fn deser(_version: MavlinkVersion, __input: &[u8]) -> Result<Self, ParserError>
fn ser(&self, version: MavlinkVersion, bytes: &mut [u8]) -> usize
impl StructuralPartialEq for AHRS_DATA
Auto Trait Implementations§
impl Freeze for AHRS_DATA
impl RefUnwindSafe for AHRS_DATA
impl Send for AHRS_DATA
impl Sync for AHRS_DATA
impl Unpin for AHRS_DATA
impl UnwindSafe for AHRS_DATA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)