Skip to content

GainCompression (UORB message)

TOPICS: gain_compression

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64Time since system start (microseconds)
compression_gainsfloat32[3][FRD][0 : 1]Multiplicative gain to modify the output of the controller per axis
spectral_damper_hpffloat32[3][FRD]Squared output of spectral damper high-pass filter
spectral_damper_outfloat32[3][FRD]Spectral damper output squared

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint64 timestamp                # Time since system start (microseconds)

float32[3] compression_gains	# [-] [@frame FRD] [@range 0, 1] Multiplicative gain to modify the output of the controller per axis
float32[3] spectral_damper_hpf  # [-] [@frame FRD] Squared output of spectral damper high-pass filter
float32[3] spectral_damper_out  # [-] [@frame FRD] Spectral damper output squared