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 velocity of the drone Q = diagcat(1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0) R = diagcat(0.3, 0.3, 0.3, 0.8) Objective function J += (st - st_ref).T @ Q @ (st - st_ref) + (cont - cont_ref).T @ R @ (cont - cont_ref) Drone completely goes off the rails and crazyflie flies crazily and fails
- Loading branch information