carve out aircraft position fields

pull/30/head
a-f-G-U-C 2021-10-18 12:28:23 +00:00 zatwierdzone przez GitHub
rodzic 6b4f6d60b9
commit eced4433f9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 30 usunięć

Wyświetl plik

@ -177,36 +177,6 @@ message Position {
*/
uint32 sensor_id = 25;
/*
* Values relevant mainly to airborne users
*/
/*
* Orientation angles of aircraft:
* - heading: True North direction in which the fuselage is pointing
* - roll: angle between trans axis and trans-long plane (positive = right wing low)
* - pitch: angle between horizontal axis and horizontal plane (positive = nose up)
* All values in 1/100 degrees
*/
uint32 heading = 30;
sint32 roll = 31;
sint32 pitch = 32;
/*
* True air speed in meters/second
*/
uint32 air_speed = 33;
/*
* Distance to ground (measured directly, i.e by a range sensor)
* in cm (1/100 of meters)
*/
uint32 ground_distance_cm = 34;
/*
* End of values relevant to airborne users
*/
/*
* Estimated/expected time (in seconds) until next update:
* - if we update at fixed intervals of X seconds, use X