-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Tested and added more information about PID controller and MPC …
…controller. Compared both with the following trajectory and termination if statements: if distance < 0.2 and velocity < 1.0: if current_step == len(TARGET_TRAJECTORY) - 1 and velocity < 1.0: PID: # DEFAULT_DISCR_LEVEL = 10 # COMPLETION TIME MEAN: 4.537280701754386 (+ 1 Second and minus some accuracy, because it terminates quite early) # SUCCESS RATE: 0.95 -> It actually fails in the ninth track # AVERAGE DEVIATION: 0.06635711385416021 # MAXIMUM DEVIATION: 0.1806313058800846 MPC: # N DISCR LEVEL: 10 # COMPLETION TIME MEAN: 4.672916666666667 # SUCCESS RATE: 1.0 # AVERAGE DEVIATION: 0.10109089137096094 # MAXIMUM DEVIATION: 0.22336670663036812
- Loading branch information
Showing
2 changed files
with
24 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
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