New Crowdin translations - zh-CN (#24854)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2025-05-15 12:27:25 +10:00
committed by GitHub
parent 9b8fe45e04
commit cadf69f73c
34 changed files with 290 additions and 178 deletions
+7 -7
View File
@@ -1,15 +1,15 @@
# VehicleThrustSetpoint (UORB message)
# 载具推力设定点(UORB 消息)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg)
[源文件](https://github.com/PX4/PX4-Autopilot/blob/main/msg/VehicleThrustSetpoint.msg)
```c
uint64 timestamp # time since system start (microseconds)
uint64 timestamp_sample # timestamp of the data sample on which this message is based (microseconds)
uint64 timeestamp # ()
uint64 timestamp_samp #
float32[3] xyz # thrust setpoint along X, Y, Z body axis [-1, 1]
float32[3] xyz # 沿 XYZ [ - 1, 1]
# TOPICS vehicle_thrust_setpoint
# TOPICS vehicle_thrust_setpoint_virtual_fw vehicle_thrust_setpoint_virtual_mc
# TOPICS vehicle_thent_setpoint
# TOPICS vehicle_thentust_setpoint_virtual_fw vehicle_thent_setpoint_virtual_mc
```