Skip to content

Commit

Permalink
rename to posenetValid
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jul 18, 2019
1 parent 42669a8 commit 9c18b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log.capnp
Expand Up @@ -681,6 +681,7 @@ struct PathPlan {
angleOffset @11 :Float32;
sensorValid @14 :Bool;
commIssue @15 :Bool;
posenetValid @16 :Bool;
}

struct LiveLocationData {
Expand Down Expand Up @@ -1679,7 +1680,7 @@ struct LiveParametersData {
sensorValid @6 :Bool;
yawRate @7 :Float32;
posenetSpeed @8 :Float32;
posenetInvalid @9 :Bool;
posenetValid @9 :Bool;
}

struct LiveMapData {
Expand Down

0 comments on commit 9c18b3b

Please sign in to comment.