extend the waypoint data
This commit is contained in:
@@ -15,6 +15,9 @@ message WindData {
|
|||||||
message Waypoint {
|
message Waypoint {
|
||||||
string name = 1; // The waypoint's name
|
string name = 1; // The waypoint's name
|
||||||
string pta = 2; // The planned time of arrival (YYYY-MM-DD HH:MM:SS)
|
string pta = 2; // The planned time of arrival (YYYY-MM-DD HH:MM:SS)
|
||||||
|
int32 altitude = 3; // The target altitude
|
||||||
|
int32 indicatedAirspeed = 4; // The target indicated airspeed
|
||||||
|
int32 groundSpeed = 5; // The target ground speed
|
||||||
}
|
}
|
||||||
|
|
||||||
message Dynamics {
|
message Dynamics {
|
||||||
|
|||||||
Reference in New Issue
Block a user