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:
# Don't care about the reference input of the drone Q = diagcat(1, 1, 1, 0.6, 0.6, 1, 0, 0, 0, 0, 0, 0) R = diagcat(0, 0, 0, 0) Objective function J += (st - st_ref).T @ Q @ (st - st_ref) Drone circles around a reference point indefinitely and doesn't reach it
- Loading branch information