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 # Care 3x less about and velocities and reference input 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) # DEFAULT_DISCR_LEVEL = 10 -> causes it to fail on at least two tracks midways
- Loading branch information