mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 23:34:07 +08:00
uavcan.equipment.gimbal.GeoPOICommand update
This commit is contained in:
parent
a31eb4ec82
commit
7d23c7be80
@ -2,6 +2,10 @@
|
||||
# Generic gimbal control.
|
||||
#
|
||||
|
||||
int32 lon_1e7 # 1 LSB = 1e-7 deg
|
||||
int32 lat_1e7
|
||||
int24 alt_1e2 # 1 LSB = 1e-2 meters (10 mm)
|
||||
int32 longitude_deg_1e7 # 1 LSB = 1e-7 deg
|
||||
int32 latitude_deg_1e7
|
||||
int22 height_cm # 1 LSB = 10 mm
|
||||
|
||||
uint2 HEIGHT_REFERENCE_ELLIPSOID = 0
|
||||
uint2 HEIGHT_REFERENCE_MEAN_SEA_LEVEL = 1
|
||||
uint2 height_reference
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user