-
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 the MPC controller and it performed faster than PID!
With the following if statemets: if distance < 0.2: if current_step == len(TARGET_TRAJECTORY) - 1: and Q = diagcat(1, 1, 1, 0.3, 0.3, 0.2, 0, 0, 0, 0, 0, 0) R = diagcat(0.15, 0.15, 0.15, 0.4) # N DISCR LEVEL: 10 # COMPLETION TIME MEAN: 4.119791666666666 # SUCCESS RATE: 1.0 # AVERAGE DEVIATION: 0.09995147199727226 # MAXIMUM DEVIATION: 0.2386860064898518
- Loading branch information
Showing
2 changed files
with
54 additions
and
13 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