mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
msg-rates-setpoint: fix frame name NED -> FRD
This commit is contained in:
committed by
Mathieu Bresciani
parent
da35c4adce
commit
f9e2ab8d44
@@ -1,6 +1,6 @@
|
|||||||
uint64 timestamp # time since system start (microseconds)
|
uint64 timestamp # time since system start (microseconds)
|
||||||
|
|
||||||
# body angular rates in NED frame
|
# body angular rates in FRD frame
|
||||||
float32 roll # [rad/s] roll rate setpoint
|
float32 roll # [rad/s] roll rate setpoint
|
||||||
float32 pitch # [rad/s] pitch rate setpoint
|
float32 pitch # [rad/s] pitch rate setpoint
|
||||||
float32 yaw # [rad/s] yaw rate setpoint
|
float32 yaw # [rad/s] yaw rate setpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user