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
+27 -2
View File
@@ -1,6 +1,30 @@
---
pageClass: is-wide-page
---
# FollowTargetStatus (UORB message)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/FollowTargetStatus.msg)
**TOPICS:** follow_targetstatus
## Fields
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
| --------------------------------------------------------------- | ------------ | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------ |
| timestamp | `uint64` | microseconds | | time since system start |
| tracked_target_course | `float32` | rad | | Tracked target course in NED local frame (North is course zero) |
| follow_angle | `float32` | rad | | Current follow angle setting |
| orbit_angle_setpoint | `float32` | rad | | Current orbit angle setpoint from the smooth trajectory generator |
| angular_rate_setpoint | `float32` | rad/s | | Angular rate commanded from Jerk-limited Orbit Angle trajectory for Orbit Angle |
| desired_position_raw | `float32[3]` | m | | Raw 'idealistic' desired drone position if a drone could teleport from place to places |
| in_emergency_ascent | `bool` | bool | | True when doing emergency ascent (when distance to ground is below safety altitude) |
| gimbal_pitch | `float32` | rad | | Gimbal pitch commanded to track target in the center of the frame |
## Source Message
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/FollowTargetStatus.msg)
:::details
Click here to see original file
```c
uint64 timestamp # [microseconds] time since system start
@@ -15,5 +39,6 @@ float32[3] desired_position_raw # [m] Raw 'idealistic' desired drone position
bool in_emergency_ascent # [bool] True when doing emergency ascent (when distance to ground is below safety altitude)
float32 gimbal_pitch # [rad] Gimbal pitch commanded to track target in the center of the frame
```
:::