Skip to content

Commit

Permalink
docs(mpc_lateral_controller): improve description (#5407)
Browse files Browse the repository at this point in the history
README.md modification

Signed-off-by: Zhe Shen <[email protected]>
  • Loading branch information
HansOersted authored Dec 2, 2023
1 parent c9ceaab commit 65bb409
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions control/mpc_lateral_controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ For the optimization, a Quadratic Programming (QP) solver is used and two option
### Filtering

Filtering is required for good noise reduction.
A [Butterworth filter](https://en.wikipedia.org/wiki/Butterworth_filter) is used for the yaw and lateral errors used as
input of the MPC as well as for
the output steering angle.
A [Butterworth filter](https://en.wikipedia.org/wiki/Butterworth_filter) is employed for processing the yaw and lateral errors, which are used as inputs for the MPC, as well as for refining the output steering angle.
Other filtering methods can be considered as long as the noise reduction performances are good
enough.
The moving average filter for example is not suited and can yield worse results than without any
Expand Down

0 comments on commit 65bb409

Please sign in to comment.