public enum MavAutopilot extends Enum<MavAutopilot>
| 枚举常量和说明 |
|---|
MAV_AUTOPILOT_AEROB
Aerob -- http://aerob.ru
|
MAV_AUTOPILOT_ARDUPILOTMEGA
ArduPilotMega / ArduCopter, http://diydrones.com
|
MAV_AUTOPILOT_ARMAZILA
Armazila -- http://armazila.com
|
MAV_AUTOPILOT_ASLUAV
ASLUAV autopilot -- http://www.asl.ethz.ch
|
MAV_AUTOPILOT_AUTOQUAD
AutoQuad -- http://autoquad.org
|
MAV_AUTOPILOT_FP
FlexiPilot
|
MAV_AUTOPILOT_GENERIC
Generic autopilot, full support for everything
|
MAV_AUTOPILOT_GENERIC_MISSION_FULL
Generic autopilot supporting the full mission command set
|
MAV_AUTOPILOT_GENERIC_WAYPOINTS_AND_SIMPLE_NAVIGATION_ONLY
Generic autopilot supporting waypoints and other simple navigation commands
|
MAV_AUTOPILOT_GENERIC_WAYPOINTS_ONLY
Generic autopilot only supporting simple waypoints
|
MAV_AUTOPILOT_INVALID
No valid autopilot, e.g. a GCS or other MAVLink component
|
MAV_AUTOPILOT_OPENPILOT
OpenPilot, http://openpilot.org
|
MAV_AUTOPILOT_PIXHAWK
PIXHAWK autopilot, http://pixhawk.ethz.ch
|
MAV_AUTOPILOT_PPZ
PPZ UAV - http://nongnu.org/paparazzi
|
MAV_AUTOPILOT_PX4
PX4 Autopilot - http://pixhawk.ethz.ch/px4/
|
MAV_AUTOPILOT_SLUGS
SLUGS autopilot, http://slugsuav.soe.ucsc.edu
|
MAV_AUTOPILOT_SMACCMPILOT
SMACCMPilot - http://smaccmpilot.org
|
MAV_AUTOPILOT_UDB
UAV Dev Board
|
public static final MavAutopilot MAV_AUTOPILOT_GENERIC
public static final MavAutopilot MAV_AUTOPILOT_PIXHAWK
public static final MavAutopilot MAV_AUTOPILOT_SLUGS
public static final MavAutopilot MAV_AUTOPILOT_ARDUPILOTMEGA
public static final MavAutopilot MAV_AUTOPILOT_OPENPILOT
public static final MavAutopilot MAV_AUTOPILOT_GENERIC_WAYPOINTS_ONLY
public static final MavAutopilot MAV_AUTOPILOT_GENERIC_WAYPOINTS_AND_SIMPLE_NAVIGATION_ONLY
public static final MavAutopilot MAV_AUTOPILOT_GENERIC_MISSION_FULL
public static final MavAutopilot MAV_AUTOPILOT_INVALID
public static final MavAutopilot MAV_AUTOPILOT_PPZ
public static final MavAutopilot MAV_AUTOPILOT_UDB
public static final MavAutopilot MAV_AUTOPILOT_FP
public static final MavAutopilot MAV_AUTOPILOT_PX4
public static final MavAutopilot MAV_AUTOPILOT_SMACCMPILOT
public static final MavAutopilot MAV_AUTOPILOT_AUTOQUAD
public static final MavAutopilot MAV_AUTOPILOT_ARMAZILA
public static final MavAutopilot MAV_AUTOPILOT_AEROB
public static final MavAutopilot MAV_AUTOPILOT_ASLUAV
public static MavAutopilot[] values()
for (MavAutopilot c : MavAutopilot.values()) System.out.println(c);
public static MavAutopilot valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.