pub type SetMagOffsets = SetMagOffsets;Expand description
Originally defined in ardupilotmega::messages::set_mag_offsets.
Aliased Type§
struct SetMagOffsets {
pub target_system: u8,
pub target_component: u8,
pub mag_ofs_x: i16,
pub mag_ofs_y: i16,
pub mag_ofs_z: i16,
}Fields§
§target_system: u8MAVLink field target_system.
System ID.
target_component: u8MAVLink field target_component.
Component ID.
mag_ofs_x: i16MAVLink field mag_ofs_x.
Magnetometer X offset.
mag_ofs_y: i16MAVLink field mag_ofs_y.
Magnetometer Y offset.
mag_ofs_z: i16MAVLink field mag_ofs_z.
Magnetometer Z offset.