pub struct COMMAND_INT_STAMPED_DATA {}asluav only.Expand description
Message encoding a command with parameters as scaled integers and additional metadata. Scaling depends on the actual command value.
ID: 223
Fields§
§vehicle_timestamp: u64Microseconds elapsed since vehicle boot
utc_time: u32UTC time, seconds elapsed since 01.01.1970
param1: f32PARAM1, see MAV_CMD enum
param2: f32PARAM2, see MAV_CMD enum
param3: f32PARAM3, see MAV_CMD enum
param4: f32PARAM4, see MAV_CMD enum
x: i32PARAM5 / local: x position in meters * 1e4, global: latitude in degrees * 10^7
y: i32PARAM6 / local: y position in meters * 1e4, global: longitude in degrees * 10^7
z: f32PARAM7 / z position: global: altitude in meters (MSL, WGS84, AGL or relative to home - depending on frame).
command: MavCmdThe scheduled action for the mission item, as defined by MAV_CMD enum
target_system: u8System ID
target_component: u8Component ID
frame: MavFrameThe coordinate system of the COMMAND, as defined by MAV_FRAME enum
current: u8false:0, true:1
autocontinue: u8autocontinue to next wp
Implementations§
Source§impl COMMAND_INT_STAMPED_DATA
impl COMMAND_INT_STAMPED_DATA
pub const ENCODED_LEN: usize = 47usize
pub const DEFAULT: Self
Trait Implementations§
Source§impl Clone for COMMAND_INT_STAMPED_DATA
impl Clone for COMMAND_INT_STAMPED_DATA
Source§fn clone(&self) -> COMMAND_INT_STAMPED_DATA
fn clone(&self) -> COMMAND_INT_STAMPED_DATA
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more