From 12ed2b6d4feabb585c5541e9f794ca4758f4bdc4 Mon Sep 17 00:00:00 2001 From: KonradRudin <98741601+KonradRudin@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:15:33 +0100 Subject: [PATCH] RtlStatus.msg: fix typo Co-authored-by: Silvan Fuhrer --- msg/RtlStatus.msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg/RtlStatus.msg b/msg/RtlStatus.msg index 6afcbd499d06..d58dd6ce1a7e 100644 --- a/msg/RtlStatus.msg +++ b/msg/RtlStatus.msg @@ -3,7 +3,7 @@ uint64 timestamp # time since system start (microseconds) uint32 safe_points_id # indicates updates to the safe points bool is_evaluation_pending # flag if the RTL point needs reevaluation (e.g. new safe points available, but need loading). -bool has_vtol_approach # flag if approaches erse defined for current RTL_TYPE parameter setting +bool has_vtol_approach # flag if approaches are defined for current RTL_TYPE parameter setting uint8 rtl_type # Type of RTL chosen uint8 safe_point_index # index of the chosen safe point, if in RTL_STATUS_TYPE_DIRECT_SAFE_POINT mode