Files
PX4-Autopilot/docs/zh/msg_docs/VehicleConstraints.md
PX4 Build Bot cadf69f73c New Crowdin translations - zh-CN (#24854)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-05-15 12:27:25 +10:00

19 lines
601 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 载具限制 (UORB 消息)
Local setpoint constraints in NED frame
setting something to NaN means that no limit is provided
[源文件](https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleConstraints.msg)
```c
# 本地设定点在东北天(NED)坐标系中的约束条件
# 将某个值设为 NaN 意味着未设置限制
uint64 timestamp #
float32 speed_up # /
float32 speed_down # /
bool want_takeoff #
```