From f40f950d7420a29a29ee94c5b30ca19f31e7c185 Mon Sep 17 00:00:00 2001 From: PX4 Build Bot Date: Tue, 7 Jan 2025 21:33:28 +1100 Subject: [PATCH] New translations estimatorstatusflags.md (Korean) --- ko/msg_docs/EstimatorStatusFlags.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ko/msg_docs/EstimatorStatusFlags.md b/ko/msg_docs/EstimatorStatusFlags.md index b97133325af6..c8e016dd533d 100644 --- a/ko/msg_docs/EstimatorStatusFlags.md +++ b/ko/msg_docs/EstimatorStatusFlags.md @@ -18,9 +18,9 @@ bool cs_mag_3d # 5 - true if 3-axis magnetometer measurement fus bool cs_mag_dec # 6 - true if synthetic magnetic declination measurements fusion is intended bool cs_in_air # 7 - true when the vehicle is airborne bool cs_wind # 8 - true when wind velocity is being estimated -bool cs_baro_hgt # 9 - true when baro height is being fused as a primary height reference -bool cs_rng_hgt # 10 - true when range finder height is being fused as a primary height reference -bool cs_gps_hgt # 11 - true when GPS height is being fused as a primary height reference +bool cs_baro_hgt # 9 - true when baro data is being fused +bool cs_rng_hgt # 10 - true when range finder data is being fused for height aiding +bool cs_gps_hgt # 11 - true when GPS altitude is being fused bool cs_ev_pos # 12 - true when local position data fusion from external vision is intended bool cs_ev_yaw # 13 - true when yaw data from external vision measurements fusion is intended bool cs_ev_hgt # 14 - true when height data from external vision measurements is being fused