New Crowdin translations - zh-CN (#25402)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2025-08-13 09:01:33 +10:00
committed by GitHub
parent 1060d3a43e
commit cc78aa5728
35 changed files with 806 additions and 185 deletions
+26
View File
@@ -0,0 +1,26 @@
# NeuralControl (UORB message)
Neural control
Debugging topic for the Neural controller, logs the inputs and output vectors of the neural network, and the time it takes to run
Publisher: mc_nn_control
Subscriber: logger
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/NeuralControl.msg)
```c
# Neural control
#
# Debugging topic for the Neural controller, logs the inputs and output vectors of the neural network, and the time it takes to run
# Publisher: mc_nn_control
# Subscriber: logger
uint64 timestamp # [us] Time since system start
float32[15] observation # Observation vector (pos error (3), att (6d), lin vel (3), ang vel (3))
float32[4] network_output # Output from neural network
int32 controller_time # [us] Time spent from input to output
int32 inference_time # [us] Time spent for NN inference
```