ESPlane
  • Introduction
  • 语言/language
    • 中文
    • English
  • Operater Guide
    • 01 ESPlane Operater Get Started
    • 02 CFclient User Guid
    • 03 Calibration And Commissioning Methods
    • 04 Flight Mode Introduction
    • 05 Pid Tuning
    • 06 Multi-user Mode
    • 07 Load And Endurance Test
  • Developer Guide
    • 01 ESPlane Developer Get Started
    • 02 Code Architecture And Startup Process
    • 03 Sensor Angle Fusion
    • 04 Sensor Calibration
    • 05 Control System
    • 06 Gyro and Accelerometer MPU6050 Driver
    • 07 Laser Sensor Vl53l1x Driver
    • 08 Barometer MS5611 Driver
    • 09 Magnetic Compass HMC5883l Driver
    • 10 Brushed Motor Driver
    • 11 Optical Flow Sensor Pmw3901 Driver
    • 12 Variable Unified Management
    • 13 Crtp Protocol Introduction
    • 14 Crtp Protocol Library - Cflib
    • 15 Compatible With ESPilot APP
    • 16 Height-hold Mode Development
    • 17 Positon-hold Mode Development
  • Research on Crazyflie
    • 01 Crazyflie Project Preview
    • 02 Crazyflie Source Preview
    • 03 Crazyflie Code Modularization Method
    • Discussion On Private-Improvement Scheme
    • Private-1.0 Code Debug Record
    • Private-Research On Commercial Micro Drone Products
    • Well-Known Drone Open Source Solutions
  • ESP32 Development notes
    • ESP32 Chip Naming Rules
    • ESP32 Pin Resource Allocation And Usage Recommendations
    • 01 ESP32-Hardware Preparation-ESP32-DevKitC V2 board
    • 02 ESP32-Environment Setup-Compilation And Programming
    • 03 ESP-IDF-Directory Structure-Template Engineering Analysis Notes
    • 04 ESP32-Code Debugging-Summary Of Several Debugging Methods
    • 05 ESP32 Event Loop
    • 14 ESP32 SPI Use Memo
    • 15 ESP32 GPIO Use Memo
  • Reference
    • bitcraze.io
    • esp-idf-release-v3.3
由 GitBook 提供支持
在本页
  • 基本飞行控制
  • 高级飞行控制

这有帮助吗?

  1. Operater Guide

04 Flight Mode Introduction

基本飞行控制

  1. 飞行模式 Flight mode selector (Normal and Advanced)

    • 基本模式 _Normal: 初学者使用

    • 高级模式 _Advanced: 设置解锁最大角度,设置最大油门.

  2. 自动模式 Assisted mode selection.

    • 定海拔模式 Altitude hold: 保持飞行海拔,需要气压计支持.

    • 定点模式 Position hold: 保持当前位置,需要光流和TOF支持. P

    • 定高模式 Height hold: 保持相对高度, 触发时保持高于地面 40cm ,需要TOF支持.

    • 悬停模式 _Hover : 触发时保持高于地面 40cm,并悬停在起飞点,需要光流和TOF支持.

在自动模式下,油门摇杆变为高度控制摇杆

高级飞行控制

  1. 最大倾角 _Max angle: 设置最大允许的俯仰和翻滚角度 roll/pitch

  2. 最大自选速度 _Max yaw rate: 设置允许的偏航速度 yaw

  3. 最大油门 _Max thrust: 设置最大油门

  4. 最小油门 _Min thrust: 设置最小油门

  5. Slew limit: Set the percentage where the thrust is slew controlled (the thrust value lowering will be limited). This makes the Crazyflie a bit easier to fly for beginners

  6. Slew rate: When the thrust is below the slew limit, this is the maximum rate of lowering the thrust

上一页03 Calibration And Commissioning Methods下一页05 Pid Tuning

最后更新于5年前

这有帮助吗?