Documentation for driver/mavlink/MAVLinkPlatform.kt¶
-
interfaceMAVLinkPlatform: AerialVehicle, SerialPlatform¶
This interface specifies the generic API of MAVLink vehicle platforms.
- since
1.0.0
- author
IFS Institute for Software
-
valschema: MAVLinkSchema¶ The MAVLink message schema associated with this platform
- Since
1.0.0
-
valsenderSystem: MAVLinkSystem¶ The MAVLink system identifying the GCS
- Since
1.0.0
-
valtargetSystem: MAVLinkSystem¶ The MAVLink system identifying the Vehicle
- Since
1.0.0
-
valpayloadTunnels: Map<MAVLinkSystem, MAVLinkTunnel>¶ A tunnel used to directyly addess the payload
- Since
1.2.0
-
funarm() : MAVLinkCommand¶ Arm the vehicle for takeoff
- Since
1.0.0
-
fundisarm() : MAVLinkCommand¶ Disarm the vehicle, preventing takeoff
- Since
1.0.0
-
funsend(message: MAVLinkMessage)¶ Send a fire-and-forget MAVLink message to the attached target system
- Since
1.2.0
-