PX4-Autopilot/docs/uk/msg_docs/RoverRateStatus.md
PX4 Build Bot 8204331fa9
New Crowdin translations - uk (#24949)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-02 07:43:29 +10:00

13 lines
456 B
Markdown

# RoverRateStatus (UORB message)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RoverRateStatus.msg)
```c
uint64 timestamp # time since system start (microseconds)
float32 measured_yaw_rate # [rad/s] Measured yaw rate
float32 adjusted_yaw_rate_setpoint # [rad/s] Yaw rate setpoint that is being tracked (Applied slew rates)
float32 pid_yaw_rate_integral # Integral of the PID for the closed loop yaw rate controller
```