Skip to content

Commit

Permalink
add OK flags to locationd output
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed May 19, 2020
1 parent d589d5e commit c96381b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,8 @@ struct LiveLocationKalman {
gpsTimeOfWeek @14 :Float64;
status @15 :Status;
unixTimestampMillis @16 :Int64;
inputsOK @17 :Bool;
posenetOK @18 :Bool;

enum Status {
uninitialized @0;
Expand Down

0 comments on commit c96381b

Please sign in to comment.