Skip to content

Commit

Permalink
Add wheel odometry timeout for filter divergence (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerman342 authored Apr 22, 2024
1 parent 6f03211 commit b394d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/farm_ng/filter/filter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ enum DivergenceCriteria {
INVALID_GPS_MESSAGE = 8;
NO_GPS_MEASUREMENTS = 9;
GPS_MEASUREMENTS_DELAYED = 10;
NO_WHEEL_ODOMETRY_MEASUREMENTS = 11;
WHEEL_ODOMETRY_MEASUREMENTS_DELAYED = 12;
OTHER_DIVERGENCE_REASON = 99;
}

Expand Down

0 comments on commit b394d92

Please sign in to comment.