mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 20:40:38 +08:00
88d623bedb
* Add vitepress tree * Update existing workflows so they dont trigger on changes in the docs path * Add nojekyll, package.json, LICENCE etc * Add crowdin docs upload/download scripts * Add docs flaw checker workflows * Used docs prefix for docs workflows * Crowdin obvious fixes * ci: docs move to self hosted runner runs on a beefy server for faster builds Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: don't run build action for docs or ci changes Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: update runners Signed-off-by: Ramon Roche <mrpollo@gmail.com> * Add docs/en * Add docs assets and scripts * Fix up editlinks to point to PX4 sources * Download just the translations that are supported * Add translation sources for zh, uk, ko * Update latest tranlsation and uorb graphs * update vitepress to latest --------- Signed-off-by: Ramon Roche <mrpollo@gmail.com> Co-authored-by: Ramon Roche <mrpollo@gmail.com>
45 lines
1.8 KiB
Markdown
45 lines
1.8 KiB
Markdown
# 高级配置
|
|
|
|
本章节罗列的相关配置并不针对特定的载具,其特性很少被修改,或仅针对制造商/OEMs。
|
|
|
|
## 参数
|
|
|
|
- [Finding/Updating Parameters](../advanced_config/parameters.md)
|
|
- [完整参数参考](../advanced_config/parameter_reference.md)
|
|
|
|
## 功能配置
|
|
|
|
- [使用 PX4 的导航滤波器 (EKF2)](../advanced_config/tuning_the_ecl_ekf.md)
|
|
- [飞行终止配置](../advanced_config/flight_termination.md)
|
|
- [着陆探测器配置](../advanced_config/land_detector.md)
|
|
- [解锁前/解锁/加锁 配置](../advanced_config/prearm_arm_disarm.md)
|
|
|
|
## OEM/出厂校准
|
|
|
|
- [IMU 出厂校准](../advanced_config/imu_factory_calibration.md)
|
|
- [传感器热补偿](../advanced_config/sensor_thermal_calibration.md)
|
|
- [Compass Power Compensation](../advanced_config/compass_power_compensation.md)
|
|
- [飞控方向高级配置](../advanced_config/advanced_flight_controller_orientation_leveling.md)
|
|
- [静态压力构建](../advanced_config/static_pressure_buildup.md)
|
|
|
|
## 串口/以太网配置
|
|
|
|
- [Serial Port Configuration](../peripherals/serial_configuration.md)
|
|
- [MAVLink Telemetry (OSD/GCS)](../peripherals/mavlink_peripherals.md)
|
|
- [PX4 Ethernet Setup](../advanced_config/ethernet_setup.md)
|
|
|
|
## 其它选项
|
|
|
|
- [Bootloader 更新](../advanced_config/bootloader_update.md)
|
|
- [通过 USB 更新 FMUv6X-RT bootloader](../advanced_config/bootloader_update_v6xrt.md)
|
|
|
|
## See Also
|
|
|
|
- [标准配置](../config/index.md) - 大多数 PX4 机体所需要的基本传感器/功能配置。
|
|
- [飞控外设](../peripherals/index.md) - 设置特定传感器、可选传感器、执行器等。
|
|
- 机体配置/调参:
|
|
- [多旋翼配置/调参](../config_mc/index.md)
|
|
- [直升机配置/调参](../config_heli/index.md)
|
|
- [固定翼配置/调参](../config_fw/index.md)
|
|
- [VTOL 配置/调参](../config_vtol/index.md)
|