PX4-Autopilot/docs/zh/msg_docs/VehicleThrustSetpoint.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

16 lines
465 B
Markdown
Raw 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 消息)
[源文件](https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg)
```c
uint64 timeestamp # 从系统启动起的时间(微秒)
uint64 timestamp_samp #此消息所基于的数据样本的时间戳(微秒)
float32[3] xyz # 沿机体 XYZ 轴的推力设定点 [ - 1, 1]
# TOPICS vehicle_thent_setpoint
# TOPICS vehicle_thentust_setpoint_virtual_fw vehicle_thent_setpoint_virtual_mc
```