mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 16:46:09 +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
+1
-1
@@ -237,7 +237,6 @@ set(msg_files
|
|||||||
VehicleTorqueSetpoint.msg
|
VehicleTorqueSetpoint.msg
|
||||||
VelocityLimits.msg
|
VelocityLimits.msg
|
||||||
WheelEncoders.msg
|
WheelEncoders.msg
|
||||||
Wind.msg
|
|
||||||
YawEstimatorStatus.msg
|
YawEstimatorStatus.msg
|
||||||
versioned/ActuatorMotors.msg
|
versioned/ActuatorMotors.msg
|
||||||
versioned/ActuatorServos.msg
|
versioned/ActuatorServos.msg
|
||||||
@@ -271,6 +270,7 @@ set(msg_files
|
|||||||
versioned/VehicleRatesSetpoint.msg
|
versioned/VehicleRatesSetpoint.msg
|
||||||
versioned/VehicleStatus.msg
|
versioned/VehicleStatus.msg
|
||||||
versioned/VtolVehicleStatus.msg
|
versioned/VtolVehicleStatus.msg
|
||||||
|
versioned/Wind.msg
|
||||||
)
|
)
|
||||||
list(SORT msg_files)
|
list(SORT msg_files)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
uint32 MESSAGE_VERSION = 0
|
||||||
|
|
||||||
uint64 timestamp # time since system start (microseconds)
|
uint64 timestamp # time since system start (microseconds)
|
||||||
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
||||||
|
|
||||||
Reference in New Issue
Block a user