mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
Fix typo in storm32.xml: 'North,Est' to 'North, East' (#2523)
Fix typo in wind_x field description (line 384): 'North,Est, Down' -> 'North, East, Down'. This also matches the format used in the adjacent wind_y field on line 385. No protocol or code changes - description text only.
This commit is contained in:
@@ -381,7 +381,7 @@ Documentation:
|
||||
<field type="uint8_t" name="target_system">System ID.</field>
|
||||
<field type="uint8_t" name="target_component">Component ID.</field>
|
||||
<field type="uint64_t" name="time_boot_us" units="us">Timestamp (time since system boot).</field>
|
||||
<field type="float" name="wind_x" units="m/s" invalid="NaN">Wind X speed in NED (North,Est, Down). NAN if unknown.</field>
|
||||
<field type="float" name="wind_x" units="m/s" invalid="NaN">Wind X speed in NED (North, East, Down). NAN if unknown.</field>
|
||||
<field type="float" name="wind_y" units="m/s" invalid="NaN">Wind Y speed in NED (North, East, Down). NAN if unknown.</field>
|
||||
<field type="float" name="wind_correction_angle" units="rad" invalid="NaN">Correction angle due to wind. NaN if unknown.</field>
|
||||
</message>
|
||||
|
||||
Reference in New Issue
Block a user