-
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 MPC Controller with the following weighting matrices:
# Care 3x less about the reference input and velocities of the drone Q = diagcat(1, 1, 1, 0.2, 0.2, 0.1666, 0, 0, 0, 0, 0, 0) R = diagcat(0.1, 0.1, 0.1, 0.2666) Test result: # DEFAULT_DISCR_LEVEL = 10 -> goes off track after 3 points # DEFAULT_DISCR_LEVEL = 30 -> finishes 1st track with lots of mistakes # DEFAULT_DISCR_LEVEL = 50 -> Performs actually quite well with minor mistakes # DEFAULT_DISCR_LEVEL = 100 -> Performs actually quite well, but goes off track midway # DEFAULT_DISCR_LEVEL = 200 -> Performs actually quite well with minor mistakes. A little slower. Misses the last goal position (0,0,0) though fix: Also found about multiplier mistake before. It was actually 6x less and not 3x
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 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