Mohammed Kabir
8 years ago
committed by
Lorenz Meier
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
uint64 timestamp_utc # Capture time in UTC / GPS time |
||||
uint32 seq # Image sequence number |
||||
float64 lat # Latitude in degrees (WGS84) |
||||
float64 lon # Longitude in degrees (WGS84) |
||||
float32 alt # Altitude (AMSL) |
||||
float32 ground_distance # Altitude above ground (meters) |
||||
float32[4] q # Attitude of the camera, zero rotation is facing towards front of vehicle |
||||
int8 result # 1 for success, 0 for failure, -1 if camera does not provide feedback |
Loading…
Reference in new issue