New Crowdin translations - ko (#26487)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-02-18 16:44:57 +11:00
committed by GitHub
parent 602add3ec1
commit 18c176beef
314 changed files with 11938 additions and 1357 deletions
+23 -2
View File
@@ -1,6 +1,26 @@
---
pageClass: is-wide-page
---
# GainCompression (UORB message)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/GainCompression.msg)
**TOPICS:** gain_compression
## Fields
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
| ------------------------------------------------------------- | ------------ | ---------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| timestamp | `uint64` | | | Time since system start (microseconds) |
| compression_gains | `float32[3]` | [FRD] | [0 : 1] | Multiplicative gain to modify the output of the controller per axis |
| spectral_damper_hpf | `float32[3]` | [FRD] | | Squared output of spectral damper high-pass filter |
| spectral_damper_out | `float32[3]` | [FRD] | | Spectral damper output squared |
## Source Message
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/GainCompression.msg)
:::details
Click here to see original file
```c
uint64 timestamp # Time since system start (microseconds)
@@ -8,5 +28,6 @@ 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
```
:::