Skip to content

RoverRateStatus (UORB message)

Rover Rate Status.

TOPICS: rover_ratestatus

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64usTime since system start
measured_yaw_ratefloat32rad/s [NED][-inf : inf]Measured yaw rate
adjusted_yaw_rate_setpointfloat32rad/s [NED][-inf : inf]Yaw rate setpoint that is being tracked (Applied slew rates)
pid_yaw_rate_integralfloat32[-1 : 1]Integral of the PID for the closed loop yaw rate controller

Source Message

Source file (GitHub)

Click here to see original file
c
# Rover Rate Status

uint64 timestamp                    # [us] Time since system start
float32 measured_yaw_rate           # [rad/s] [@range -inf, inf] [@frame NED] Measured yaw rate
float32 adjusted_yaw_rate_setpoint  # [rad/s] [@range -inf, inf] [@frame NED] Yaw rate setpoint that is being tracked (Applied slew rates)
float32 pid_yaw_rate_integral       # [-] [@range -1, 1] Integral of the PID for the closed loop yaw rate controller