New Crowdin translations - zh-CN (#25615)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot 2025-09-24 17:42:43 +10:00 committed by GitHub
parent b26046e137
commit f2c0e09505
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ An incorrectly set gain during tuning can make altitude or heading control unsta
:::
:::tip
All parameters are documented in the [Parameter Reference](../advanced_config/parameter_reference.md#fw-tecs).
All parameters are documented in the Parameter Reference [FW Performance](../advanced_config/parameter_reference.md#fw-performance) and [FW NPFG Control](../advanced_config/parameter_reference.md#fw-npfg-control) sections.
本指南将介绍所有重要参数。
:::
@ -77,7 +77,7 @@ Furthermore, these two values define the height rate limits commanded by the use
### 固定翼轨迹控制调整(位置)
All path control parameters are described [here](../advanced_config/parameter_reference.md#fw-path-control).
All path control parameters are described in [FW NPFG Control (Parameter Reference)](../advanced_config/parameter_reference.md#fw-npfg-control).
- [NPFG_PERIOD](../advanced_config/parameter_reference.md#NPFG_PERIOD) - This is the previously called L1 distance and defines the tracking point ahead of the aircraft it's following.
大多数飞机适用于10-20米的数值范围。

View File

@ -398,7 +398,7 @@ _goto_setpoint->update(
max_heading_rate_rad_s);
```
更新方法中,除位置外的所有参数均被模板化为 std::optional<float> 类型。这意味着,若需限制航向速率但不限制平动速度,可通过 std::nullopt 实现这一需求。
更新方法中,除位置外的所有参数均被模板化为 `std::optional<float>` 类型。这意味着,若需限制航向速率但不限制平动速度,可通过 `std::nullopt` 实现这一需求。
```cpp
_goto_setpoint->update(