public enum MavCmdNavTakeoff extends Enum<MavCmdNavTakeoff>
| 枚举常量和说明 |
|---|
PARAM_1
Minimum pitch (if airspeed sensor present), desired pitch without sensor
|
PARAM_2
Empty
|
PARAM_3
Empty
|
PARAM_4
Yaw angle (if magnetometer present), ignored without magnetometer
|
PARAM_5
Latitude
|
PARAM_6
Longitude
|
PARAM_7
Altitude
|
public static final MavCmdNavTakeoff PARAM_1
public static final MavCmdNavTakeoff PARAM_2
public static final MavCmdNavTakeoff PARAM_3
public static final MavCmdNavTakeoff PARAM_4
public static final MavCmdNavTakeoff PARAM_5
public static final MavCmdNavTakeoff PARAM_6
public static final MavCmdNavTakeoff PARAM_7
public static MavCmdNavTakeoff[] values()
for (MavCmdNavTakeoff c : MavCmdNavTakeoff.values()) System.out.println(c);
public static MavCmdNavTakeoff valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.