Skip to content

Commit

Permalink
#251 Increase the size of the space limiter in the Kalman estimator t…
Browse files Browse the repository at this point in the history
…o +-100 meters
  • Loading branch information
krichardsson committed Dec 8, 2017
1 parent 1d3978d commit 9942f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/src/estimator_kalman.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static inline bool stateEstimatorHasTOFPacket(tofMeasurement_t *tof) {
#define MIN_COVARIANCE (1e-6f)

// The bounds on states, these shouldn't be hit...
#define MAX_POSITION (10) //meters
#define MAX_POSITION (100) //meters
#define MAX_VELOCITY (10) //meters per second

// Initial variances, uncertain of position, but know we're stationary and roughly flat
Expand Down

0 comments on commit 9942f72

Please sign in to comment.