C# Class MAVLink.mavlink_mission_item_int_t, MissionPlanner

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
autocontinue byte
command System.UInt16
current byte
frame byte
param1 Single
param2 Single
param3 Single
param4 Single
seq System.UInt16
target_component byte
target_system byte
x System.Int32
y System.Int32
z Single

Property Details

autocontinue public_oe property

autocontinue to next wp
public byte autocontinue
Résultat byte

command public_oe property

The scheduled action for the MISSION. see MAV_CMD in common.xml MAVLink specs
public UInt16,System command
Résultat System.UInt16

current public_oe property

false:0, true:1
public byte current
Résultat byte

frame public_oe property

The coordinate system of the MISSION. see MAV_FRAME in mavlink_types.h
public byte frame
Résultat byte

param1 public_oe property

PARAM1, see MAV_CMD enum
public Single param1
Résultat Single

param2 public_oe property

PARAM2, see MAV_CMD enum
public Single param2
Résultat Single

param3 public_oe property

PARAM3, see MAV_CMD enum
public Single param3
Résultat Single

param4 public_oe property

PARAM4, see MAV_CMD enum
public Single param4
Résultat Single

seq public_oe property

Waypoint ID (sequence number). Starts at zero. Increases monotonically for each waypoint, no gaps in the sequence (0,1,2,3,4).
public UInt16,System seq
Résultat System.UInt16

target_component public_oe property

Component ID
public byte target_component
Résultat byte

target_system public_oe property

System ID
public byte target_system
Résultat byte

x public_oe property

PARAM5 / local: x position in meters * 1e4, global: latitude in degrees * 10^7
public Int32,System x
Résultat System.Int32

y public_oe property

PARAM6 / y position: local: x position in meters * 1e4, global: longitude in degrees *10^7
public Int32,System y
Résultat System.Int32

z public_oe property

PARAM7 / z position: global: altitude in meters (relative or absolute, depending on frame.
public Single z
Résultat Single