Skip to content

Commit

Permalink
Merge pull request #3 from zorrobyte/patch-3
Browse files Browse the repository at this point in the history
Static SR, factual end to end static ratio
  • Loading branch information
brfield94 authored Sep 6, 2019
2 parents 6b874ef + 68402bc commit d41abd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/locationd/params_learner.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#define MAX_ANGLE_OFFSET_TH (9.0 * DEGREES_TO_RADIANS)
#define MIN_STIFFNESS 0.5
#define MAX_STIFFNESS 2.0
#define MIN_SR 0.5
#define MAX_SR 2.0
#define MIN_SR 1.0
#define MAX_SR 1.0
#define MIN_SR_TH 0.55
#define MAX_SR_TH 1.9

Expand Down

0 comments on commit d41abd6

Please sign in to comment.