Simple-Robotics / aligator

A versatile and efficient framework for constrained trajectory optimization
https://simple-robotics.github.io/aligator/
BSD 2-Clause "Simplified" License
144 stars 19 forks source link

Fix the cycling of problem data in MPC #215

Closed edantec closed 2 months ago

edantec commented 2 months ago

The cycle function in workspace did not cycle correctly the constraint-related quantities and the knots of the corresponding LQR problem. This PR fixes the problem.