forked from jyoung8607/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dampening of steer sensor data (commaai#161)
The smoothing I was doing on the combination of actual steering angle AND rate cause causing a conflict of noise **production** and **reduction**. The dampening should ONLY be done on the steering rate, which is the derivative component. This fix makes reactSteer and dampSteer much more useful
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters