Skip to content

Fix min-snap QP solver robustness for ill-conditioned trajectories#2

Open
Purushotham-Mani wants to merge 1 commit intoStanfordMSL:mainfrom
Purushotham-Mani:lvo-fixes
Open

Fix min-snap QP solver robustness for ill-conditioned trajectories#2
Purushotham-Mani wants to merge 1 commit intoStanfordMSL:mainfrom
Purushotham-Mani:lvo-fixes

Conversation

@Purushotham-Mani
Copy link
Copy Markdown
Collaborator

  • Fix None vs False check in vehicle_rate_mpc.py for solve() return value
  • Add P matrix regularization (1e-8 * I) for strict positive-definiteness
  • Add solver fallback chain (clarabel > proxqp > osqp > scs) with per-solver kwargs
  • Print actual exceptions instead of bare except swallowing errors
  • Fixes extended_traj_track and other numerically challenging courses

- Fix None vs False check in vehicle_rate_mpc.py for solve() return value
- Add P matrix regularization (1e-8 * I) for strict positive-definiteness
- Add solver fallback chain (clarabel > proxqp > osqp > scs) with per-solver kwargs
- Print actual exceptions instead of bare except swallowing errors
- Fixes extended_traj_track and other numerically challenging courses

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant