docs(docs): msg file whitespace

This commit is contained in:
Hamish Willee
2026-07-22 15:47:15 +10:00
committed by GitHub
parent 6a7dad5c09
commit 5d85a498b2

View File

@@ -2,12 +2,12 @@
#
# This is published by the wind_estimator_3d module.
uint64 timestamp # [us] Time since system start
uint64 timestamp_sample # [us] Timestamp of the raw data
float32 u # [m/s] Body-relative air relative velocity component / X direction
float32 v # [m/s] Body-relative air relative velocity component / Y direction
float32 w # [m/s] Body-relative air relative velocity component / Z direction
float32 windspeed_north # [m/s] Wind component in north / X direction
uint64 timestamp # [us] Time since system start
uint64 timestamp_sample # [us] Timestamp of the raw data
float32 u # [m/s] Body-relative air relative velocity component / X direction
float32 v # [m/s] Body-relative air relative velocity component / Y direction
float32 w # [m/s] Body-relative air relative velocity component / Z direction
float32 windspeed_north # [m/s] Wind component in north / X direction
float32 windspeed_east # [m/s] Wind component in east / Y direction
float32 windspeed_down # [m/s] Wind component in down / Z direction