pub type WheelDistance = WheelDistance;Expand description
Originally defined in common::messages::wheel_distance.
Aliased Type§
pub struct WheelDistance {
pub time_usec: u64,
pub count: u8,
pub distance: [f64; 16],
}Fields§
§time_usec: u64MAVLink field time_usec.
Timestamp (synced to UNIX time or since system boot).
count: u8MAVLink field count.
Number of wheels reported.
distance: [f64; 16]MAVLink field distance.
Distance reported by individual wheel encoders. Forward rotations increase values, reverse rotations decrease them. Not all wheels will necessarily have wheel encoders; the mapping of encoders to wheel positions must be agreed/understood by the endpoints.