messages: revert moving wind.msg to versioned

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer
2025-05-19 15:56:11 +02:00
parent d47c270834
commit 1e13cf9cb7
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -234,6 +234,7 @@ set(msg_files
VehicleTorqueSetpoint.msg
VelocityLimits.msg
WheelEncoders.msg
Wind.msg
YawEstimatorStatus.msg
versioned/ActuatorMotors.msg
versioned/ActuatorServos.msg
@@ -267,7 +268,6 @@ set(msg_files
versioned/VehicleRatesSetpoint.msg
versioned/VehicleStatus.msg
versioned/VtolVehicleStatus.msg
versioned/Wind.msg
)
list(SORT msg_files)
-2
View File
@@ -1,5 +1,3 @@
uint32 MESSAGE_VERSION = 0
uint64 timestamp # time since system start (microseconds)
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
@@ -5,4 +5,4 @@ uint32 MESSAGE_VERSION = 0
uint64 timestamp # time since system start (microseconds)
float32 lateral_accel_max # [m/s^2] maps 1:1 to a maximum roll angle, accel_max = tan(roll_max) * GRAVITY
float32 lateral_accel_max # [m/s^2] currently maps to a maximum roll angle, accel_max = tan(roll_max) * GRAVITY