class VirtualStickFlightControlParam
class VirtualStickFlightControlParam implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Virtual stick advanced control parameters.
Supported since MSDK 5.1.0
Class Members:
method setPitch
void setPitch(Double pitch)
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the pitch axis control parameters.
Double pitch | Pitch axis control parameters. |
method getPitch
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the pitch axis control parameters.
Return:
Double | Returns the pitch axis control parameters. |
method setRoll
void setRoll(Double roll)
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the roll axis control parameters.
Double roll | Roll axis control parameters. |
method getRoll
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the pitch axis control parameters.
Return:
Double | Returns the roll axis control parameters. |
method setYaw
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the yaw axis control parameters.
Double yaw | Yaw axis control parameters. |
method getYaw
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the yaw axis control parameters.
Return:
Double | Returns the pitch axis control parameters. |
method setVerticalThrottle
void setVerticalThrottle(Double verticalThrottle)
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the vertical throttle axis control parameters.
Double verticalThrottle | Vertical throttle axis control parameters. |
method getVerticalThrottle
Double getVerticalThrottle()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the vertical throttle axis control parameters.
Return:
Double | Returns the vertical throttle axis control parameters. |
method setRollPitchControlMode
void setRollPitchControlMode(RollPitchControlMode rollPitchControlMode)
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the roll and pitch Control Modes.
method getRollPitchControlMode
RollPitchControlMode getRollPitchControlMode()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the roll and pitch Control Modes.
Return:
method setRollPitchCoordinateSystem
void setRollPitchCoordinateSystem(FlightCoordinateSystem rollPitchCoordinateSystem)
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the coordinate system. This coordinate system only acts on the roll and pitch in the advanced mode of the virtual stick.
method getRollPitchCoordinateSystem
FlightCoordinateSystem getRollPitchCoordinateSystem()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the coordinate system. This coordinate system only acts on the roll and pitch in the advanced mode of the virtual stick.
Return:
method setYawControlMode
void setYawControlMode(YawControlMode yawControlMode)
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the yaw Control Mode.
method getYawControlMode
YawControlMode getYawControlMode()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the yaw Control Mode.
Return:
method setVerticalControlMode
void setVerticalControlMode(VerticalControlMode verticalControlMode)
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the vertical Control Mode.
method getVerticalControlMode
VerticalControlMode getVerticalControlMode()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the vertical Control Mode.
Return:
enum RollPitchControlMode
enum RollPitchControlMode implements JNIProguardKeepTag
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
The control mode of the roll and pitch in the advanced mode of the virtual stick.
Enum Members:
ANGLE | Angle mode. |
VELOCITY | Velocity mode. |
Class Members:
enum YawControlMode
enum YawControlMode implements JNIProguardKeepTag
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
The control mode of the yaw in the advanced mode of the virtual stick.
Enum Members:
ANGLE | Angle mode. |
ANGULAR_VELOCITY | Angular velocity mode. |
Class Members:
enum VerticalControlMode
enum VerticalControlMode implements JNIProguardKeepTag
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
The control mode of the vertical in the advanced mode of the virtual stick.
Enum Members:
VELOCITY | Velocity mode. |
POSITION | Position mode. |
Class Members: