Skip to content

Commit

Permalink
Update steering_system_test.h
Browse files Browse the repository at this point in the history
  • Loading branch information
CL16gtgh committed May 25, 2024
1 parent 1815272 commit ddb1f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_systems/steering_system_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define PRIMARY_ALPHA (0.7) // parameter used on car
#define SECONDARY_ALPHA (0.7)
#define WARN_DIVERGENCE_OFFSET (0.6)
#define ERR_DIVERGENCE_OFFSET (0.6)
#define ERR_DIVERGENCE_OFFSET (0.7)
#define WARN_FILTER_LATENCY (8)
#define ERR_FILTER_LATENCY (9)

Expand Down

0 comments on commit ddb1f02

Please sign in to comment.