PX4-Autopilot/msg/GainCompression.msg
2025-11-27 17:33:06 +01:00

7 lines
451 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

uint64 timestamp # Time since system start (microseconds)
float32[3] compression_gains # [-] Multiplicative gain to modify the output of the controller per axis [@frame FRD], [@range 0, 1]
float32[3] spectral_damper_hpf # Squared output of the spectral dampers high-pass filter [@frame FRD]
float32[3] spectral_damper_out # Spectral damper's output squared [@frame FRD]
float32[3] input # Torque input [@frame FRD]