Skip to content

Commit

Permalink
val valid is confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Mar 5, 2020
1 parent bb2cc75 commit f6e9345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ struct LiveLocationKalman {
}

struct Measurement {
val @0 : List(Float64);
value @0 : List(Float64);
std @1 : List(Float64);
valid @2 : Bool;
}
Expand Down

0 comments on commit f6e9345

Please sign in to comment.