Skip to content

Commit

Permalink
Add new div reason to proto (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermedemouraa authored Feb 7, 2024
1 parent a0d3438 commit bb69591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/farm_ng/filter/filter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ enum DivergenceCriteria {
STD_DEV_W_HIGH = 5;
NO_GYRO_MEASUREMENTS = 6;
GYRO_MEASUREMENTS_DELAYED = 7;
INVALID_GPS_MESSAGE = 8;
OTHER_DIVERGENCE_REASON = 99;
}

Expand Down

0 comments on commit bb69591

Please sign in to comment.