DJI Windows SDK Documentation

class VirtualRemoteController

sealed class VirtualRemoteController
Declaration:DJI.WindowsSDK
Description:

A virtual remote controller used to control the aircraft's attitude. It is useful when SDK is connected to the aircraft through WiFi and without a physical remote controller.

Class Members:
method UpdateJoystickValue
void UpdateJoystickValue(float throttle, float yaw, float pitch, float roll)
Declaration:DJI.WindowsSDK
Description:

Update the joystick value. The value will apply to the aircraft's attidue if the aircraft is flying.

Input Parameters:
float throttleThe throttle value. The valid range is [-1, 1];
float yawThe yaw value. The valid range is [-1, 1];
float pitchThe pitch value. The valid range is [-1, 1];
float rollThe roll value. The valid range is [-1, 1];