Skip to content

Commit

Permalink
Update protos/remote_id/remote_id.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Vautherin <[email protected]>
  • Loading branch information
persuader72 and JonasVautherin authored Jan 11, 2024
1 parent 681b40b commit 990d273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/remote_id/remote_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ message BasicId {
message Location {
uint32 status= 1; // Indicates whether the unmanned aircraft is on the ground or in the air.
uint32 direction= 2; // Direction over ground measured clockwise from true North: 0 - 35999 cdeg.
uint32 speed_horizontal= 3; // Ground speed. Positive only. cm/s
uint32 speed_horizontal_cm_s= 3; // Ground speed. Positive only. cm/s
int32 speed_vertical= 4; // The vertical speed. Up is positive. cm/s
int32 latitude= 5; // Current latitude of the unmanned aircraft
int32 longitude= 6; // Current longitude of the unmanned aircraft
Expand Down

0 comments on commit 990d273

Please sign in to comment.