Skip to main content

Use WPC Drone Driver

Open LabVIEW and Driver Panel

Open LabVIEW, right-click on the Block Diagram, and expand the Functions palette. You will see the "WPC Driver" category, and all WPC Drone related functions are located under this category.

wpc_drone_driver_api

WPC Drone Driver API

WPC Drone Driver provides APIs for drone control and data acquisition, including:

wpc_drone_driver_api2
API 類別描述
Open DroneInitialize and establish communication connection with the drone.
Close DroneClose the communication connection with the drone and release related resources.
ActiveControl the drone's arming and disarming status.
Takeoff, LandingControl the drone's takeoff and landing actions.
Vehicle FrameHandle operations and data acquisition relative to the drone's own body coordinate system (Vehicle Frame).
NED FrameHandle operations and data acquisition relative to the North-East-Down (NED) coordinate system.
SystemUsed to read or set system-related information of the drone (e.g., battery level, system status, etc.).