mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
sensors: create vehicle_acceleration module (#12597)
This commit is contained in:
6
msg/vehicle_acceleration.msg
Normal file
6
msg/vehicle_acceleration.msg
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
||||
|
||||
float32[3] xyz # Bias corrected acceleration (including gravity) in body axis (in m/s^2)
|
||||
Reference in New Issue
Block a user