You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
661 B
6 lines
661 B
uint64 timestamp # time since system start (microseconds) |
|
float32 radius # Radius of the orbit circle. Positive values orbit clockwise, negative values orbit counter-clockwise. [m] |
|
uint8 frame # The coordinate system of the fields: x, y, z. |
|
float64 x # X coordinate of center point. Coordinate system depends on frame field: local = x position in meters * 1e4, global = latitude in degrees * 1e7. |
|
float64 y # Y coordinate of center point. Coordinate system depends on frame field: local = y position in meters * 1e4, global = latitude in degrees * 1e7. |
|
float32 z # Altitude of center point. Coordinate system depends on frame field.
|
|
|