mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Move more messages to auto-generation, work on C++ code style
This commit is contained in:
committed by
Lorenz Meier
parent
e7a522edbc
commit
e1d2c0c5ad
10
msg/home_position.msg
Normal file
10
msg/home_position.msg
Normal file
@@ -0,0 +1,10 @@
|
||||
# GPS home position in WGS84 coordinates.
|
||||
uint64 timestamp # Timestamp (microseconds since system boot)
|
||||
|
||||
float64 lat # Latitude in degrees
|
||||
float64 lon # Longitude in degrees
|
||||
float32 alt # Altitude in meters (AMSL)
|
||||
|
||||
float32 x # X coordinate in meters
|
||||
float32 y # Y coordinate in meters
|
||||
float32 z # Z coordinate in meters
|
||||
Reference in New Issue
Block a user