Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
with the following if statemets: if distance < 0.2: if current_step == len(TARGET_TRAJECTORY) - 1: and 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) # -> Test result: Drone completely goes off the rails and crazyflie flies crazily and fails
- Loading branch information