Skip to content

Commit

Permalink
Fix jitter in steer module
Browse files Browse the repository at this point in the history
  • Loading branch information
democat3457 committed Jan 24, 2024
1 parent 3db2c09 commit f031b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public String toString() {

public static MkModuleConfiguration getDefaultSteerFalcon500() {
MkModuleConfiguration config = new MkModuleConfiguration();
config.setSteerPID(0.2, 0.0, 0.1);
config.setSteerPID(0.2, 0.0, 0.01);
return config;
}

Expand Down

0 comments on commit f031b65

Please sign in to comment.