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.
float throttle The throttle value. The valid range is [-1, 1]; float yaw The yaw value. The valid range is [-1, 1]; float pitch The pitch value. The valid range is [-1, 1]; float roll The roll value. The valid range is [-1, 1];