Files
PX4-Autopilot/docs/uk/msg_docs/RateCtrlStatus.md
2026-05-28 07:36:47 +10:00

1.6 KiB

pageClass
pageClass
is-wide-page

RateCtrlStatus (UORB message)

TOPICS: rate_ctrl_status

Fields

Назва Тип Unit [Frame] Range/Enum Опис
timestamp uint64 time since system start (microseconds)
rollspeed_integ float32
pitchspeed_integ float32
yawspeed_integ float32

Source Message

Source file (GitHub)

:::details Click here to see original file

uint64 timestamp		# time since system start (microseconds)

# rate controller integrator status
float32 rollspeed_integ
float32 pitchspeed_integ
float32 yawspeed_integ

:::