PX4-Autopilot/docs/ko/msg_docs/FixedWingRunwayControl.md
PX4 Build Bot 7936937320
New Crowdin translations - ko (#24948)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-02 07:43:23 +10:00

20 lines
706 B
Markdown

# FixedWingRunwayControl (UORB message)
Auxiliary control fields for fixed-wing runway takeoff/landing
Passes information from the FixedWingModeManager to the FixedWingAttitudeController
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/FixedWingRunwayControl.msg)
```c
# Auxiliary control fields for fixed-wing runway takeoff/landing
# Passes information from the FixedWingModeManager to the FixedWingAttitudeController
uint64 timestamp # [us] time since system start
bool wheel_steering_enabled # Flag that enables the wheel steering.
float32 wheel_steering_nudging_rate # [norm] [@range -1, 1] [FRD] Manual wheel nudging, added to controller output. NAN is interpreted as 0.
```