Skip to content

GimbalControls (UORB message)

TOPICS: gimbal_controls

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
timestamp_sampleuint64the timestamp the data this control response is based on was sampled
controlfloat32[3]Normalized output. 1 means maximum positive position. -1 maximum negative position. 0 means no deflection. NaN maps to disarmed.

Constants

NameTypeValueDescription
INDEX_ROLLuint80
INDEX_PITCHuint81
INDEX_YAWuint82

Source Message

Source file (GitHub)

Click here to see original file
c
uint64 timestamp			# time since system start (microseconds)
uint8 INDEX_ROLL = 0
uint8 INDEX_PITCH = 1
uint8 INDEX_YAW = 2

uint64 timestamp_sample	    # the timestamp the data this control response is based on was sampled
float32[3] control	# Normalized output. 1 means maximum positive position. -1 maximum negative position. 0 means no deflection. NaN maps to disarmed.