| | |
| | | } |
| | | |
| | | export const WaylineLostControlActionInCommandFlightOptions = [ |
| | | { label: 'Continue', value: WaylineLostControlActionInCommandFlight.CONTINUE }, |
| | | { label: 'Execute Lost Action', value: WaylineLostControlActionInCommandFlight.EXEC_LOST_ACTION } |
| | | { label: '持续', value: WaylineLostControlActionInCommandFlight.CONTINUE }, |
| | | { label: '执行失控操作', value: WaylineLostControlActionInCommandFlight.EXEC_LOST_ACTION } |
| | | ] |
| | | |
| | | export const LostControlActionInCommandFLightOptions = [ |
| | | { label: 'Return Home', value: LostControlActionInCommandFLight.RETURN_HOME }, |
| | | { label: 'Hover', value: LostControlActionInCommandFLight.HOVER }, |
| | | { label: 'Landing', value: LostControlActionInCommandFLight.Land } |
| | | { label: '返航', value: LostControlActionInCommandFLight.RETURN_HOME }, |
| | | { label: '悬停', value: LostControlActionInCommandFLight.HOVER }, |
| | | { label: '着陆', value: LostControlActionInCommandFLight.Land } |
| | | ] |
| | | |
| | | // 云台重置模式 |