C# Class MissionPlanner.Swarm.Formation

Follow the leader
Inheritance: MissionPlanner.Swarm.Swarm
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode Description
SendCommand ( ) : void
Update ( ) : void
getOffsets ( MAVLinkInterface mav ) : Vector3
setOffsets ( MAVLinkInterface mav, double x, double y, double z ) : void

Method Details

SendCommand() public méthode

public SendCommand ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getOffsets() public méthode

public getOffsets ( MAVLinkInterface mav ) : Vector3
mav MissionPlanner.MAVLinkInterface
Résultat MissionPlanner.HIL.Vector3

setOffsets() public méthode

public setOffsets ( MAVLinkInterface mav, double x, double y, double z ) : void
mav MissionPlanner.MAVLinkInterface
x double
y double
z double
Résultat void