Skip to content

Commit 1e13cf9

Browse files
committed
messages: revert moving wind.msg to versioned
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
1 parent d47c270 commit 1e13cf9

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

msg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ set(msg_files
234234
VehicleTorqueSetpoint.msg
235235
VelocityLimits.msg
236236
WheelEncoders.msg
237+
Wind.msg
237238
YawEstimatorStatus.msg
238239
versioned/ActuatorMotors.msg
239240
versioned/ActuatorServos.msg
@@ -267,7 +268,6 @@ set(msg_files
267268
versioned/VehicleRatesSetpoint.msg
268269
versioned/VehicleStatus.msg
269270
versioned/VtolVehicleStatus.msg
270-
versioned/Wind.msg
271271
)
272272
list(SORT msg_files)
273273

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
uint32 MESSAGE_VERSION = 0
2-
31
uint64 timestamp # time since system start (microseconds)
42
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
53

msg/versioned/LateralControlConfiguration.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ uint32 MESSAGE_VERSION = 0
55

66
uint64 timestamp # time since system start (microseconds)
77

8-
float32 lateral_accel_max # [m/s^2] maps 1:1 to a maximum roll angle, accel_max = tan(roll_max) * GRAVITY
8+
float32 lateral_accel_max # [m/s^2] currently maps to a maximum roll angle, accel_max = tan(roll_max) * GRAVITY

0 commit comments

Comments
 (0)