mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 06:30:36 +08:00
messages: revert moving wind.msg to versioned
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user