docs(i18n): PX4 guide translations (Crowdin) - zh-CN (#27666)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-06-18 16:08:45 +10:00
committed by GitHub
parent 7ae09fc3e8
commit bbb02bb161
122 changed files with 1273 additions and 512 deletions

View File

@@ -15,14 +15,14 @@ The _supported platforms_ for PX4 development are:
下表显示了您可以在每个操作系统上构建何种 PX平台的固件编译。
| 平台 | Linux (Ubuntu) | macOS | Windows |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------: | :-------------------------: | :-------------------------: |
| **NuttX based hardware:** [Pixhawk Series](../flight_controller/pixhawk_series.md), [Crazyflie](../complete_vehicles_mc/crazyflie2.md) | &check; | &check; | &check; |
| **Linux-based hardware:** [Raspberry Pi 2/3](../flight_controller/raspberry_pi_navio2.md) | &check; | | |
| **Simulation:** [Gazebo SITL](../sim_gazebo_gz/index.md) | &check; | &check; | &check; |
| **Simulation:** ROS 2 with Gazebo | &check; | | &check; |
| **Simulation:** [Gazebo Classic SITL](../sim_gazebo_classic/index.md) | | &check; | &check; |
| **Simulation:** [ROS with Gazebo Classic](../simulation/ros_interface.md) | | | &check; |
| 平台 | Linux (Ubuntu) | macOS | Windows |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------: | :---: | :-----: |
| **NuttX based hardware:** [Pixhawk Series](../flight_controller/pixhawk_series.md), [Crazyflie](../complete_vehicles_mc/crazyflie2.md) | ✓ | ✓ | ✓ |
| **Linux-based hardware:** [Raspberry Pi 2/3](../flight_controller/raspberry_pi_navio2.md) | | | |
| **Simulation:** [Gazebo SITL](../sim_gazebo_gz/index.md) | ✓ | ✓ | ✓ |
| **Simulation:** ROS 2 with Gazebo | | | |
| **Simulation:** [Gazebo Classic SITL](../sim_gazebo_classic/index.md) | | ✓ | ✓ |
| **Simulation:** [ROS with Gazebo Classic](../simulation/ros_interface.md) | | | |
Experienced Docker users can also build with the containers used by our continuous integration system: [Docker Containers](../test_and_ci/docker.md)