pub type CommandInt = CommandInt;Expand description
Originally defined in common::messages::command_int.
Aliased Type§
pub struct CommandInt {}Fields§
§target_system: u8MAVLink field target_system.
System ID
target_component: u8MAVLink field target_component.
Component ID
frame: MavFrameMAVLink field frame.
The coordinate system of the COMMAND.
command: MavCmdMAVLink field command.
The scheduled action for the mission item.
current: u8MAVLink field current.
Not used.
autocontinue: u8MAVLink field autocontinue.
Not used (set 0).
param1: f32MAVLink field param1.
PARAM1, see MAV_CMD enum
param2: f32MAVLink field param2.
PARAM2, see MAV_CMD enum
param3: f32MAVLink field param3.
PARAM3, see MAV_CMD enum
param4: f32MAVLink field param4.
PARAM4, see MAV_CMD enum
x: i32MAVLink field x.
PARAM5 / local: x position in meters * 1e4, global: latitude in degrees * 10^7
y: i32MAVLink field y.
PARAM6 / local: y position in meters * 1e4, global: longitude in degrees * 10^7
z: f32MAVLink field z.
PARAM7 / z position: global: altitude in meters (relative or absolute, depending on frame).