forked from shtejv/ARDrone-Control-.NET
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
shtejv edited this page Nov 28, 2010
·
4 revisions
Welcome to the ARDrone-Control-.NET wiki!
The main drone control can be found in the ARDroneControlLib project. They are quite self-explanatory:
Methods:
- Connect() : bool
- Shutdown(): bool
- Takeoff() : bool
- Land() : bool
- SetFlightData(float, float, float, float) : bool
- EnterHoverMode() : bool
- LeaveHoverMode() : bool
- FlatTrim() : bool
- Emergency() : bool
- ChangeCamera() : bool
- GetCurrentDroneData() : DroneData
- GetDisplayedImage() : Image
Properties:
- CurrentCameraType
- CanCallEmergency
- CanChangeCamera
- CanConnect
- CanDisconnect
- CanEnterHoverMode
- CanFlyFreely
- CanLand
- CanLeaveHoverMode
- CanSendFlatTrim
- CanTakeoff
- IsConnected
- IsEmergency
- IsFlying
- IsHovering