mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
11 lines
253 B
Markdown
11 lines
253 B
Markdown
# RoverRateSetpoint (UORB message)
|
|
|
|
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RoverRateSetpoint.msg)
|
|
|
|
```c
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32 yaw_rate_setpoint # [rad/s] Expressed in NED frame
|
|
|
|
```
|