mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Änderungen der Zugfahrt eingearbeitet.
This commit is contained in:
parent
44b274b3a6
commit
102fe0447b
10 changed files with 129 additions and 79 deletions
|
@ -7,9 +7,8 @@ is by applying the \href{https://en.wikipedia.org/wiki/PID_algorithm}{PID algori
|
|||
This algorithm needs to know the signed current error. So you need to
|
||||
be able to get the minimal distance of a point (the position of the car)
|
||||
to a cubic spline (the prefered path)
|
||||
combined with the direction (left or right).
|
||||
As you need to get the signed error (and one steering direction might
|
||||
be prefered), it is not only necessary to
|
||||
combined with sign (which represents the steering direction).
|
||||
As one steering direction might be prefered, it is not only necessary to
|
||||
get the minimal absolute distance, but might also help to get all points
|
||||
on the spline with minimal distance.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue