mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-02-06 03:13:00 +08:00
msg: add Wind.msg to versioned messages
Was added as a default DDS topic recently.
This commit is contained in:
committed by
Silvan Fuhrer
parent
344064f941
commit
e4ffed099c
@@ -237,7 +237,6 @@ set(msg_files
|
||||
VehicleTorqueSetpoint.msg
|
||||
VelocityLimits.msg
|
||||
WheelEncoders.msg
|
||||
Wind.msg
|
||||
YawEstimatorStatus.msg
|
||||
versioned/ActuatorMotors.msg
|
||||
versioned/ActuatorServos.msg
|
||||
@@ -271,6 +270,7 @@ set(msg_files
|
||||
versioned/VehicleRatesSetpoint.msg
|
||||
versioned/VehicleStatus.msg
|
||||
versioned/VtolVehicleStatus.msg
|
||||
versioned/Wind.msg
|
||||
)
|
||||
list(SORT msg_files)
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
uint32 MESSAGE_VERSION = 0
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
||||
|
||||
Reference in New Issue
Block a user