Skip to content

Conversation

@franckgaga
Copy link
Member

@franckgaga franckgaga commented Sep 8, 2025

Added a simple test with OSQP + MultipleShooting on the linearized inverted pendulum model.

OSQP + MultipleShooting gives similar solutions to DAQP + SingleShooting. Good news! It's consistent with the optimal control theory, that is:

  • MultipleShooting is more adapted to unstable systems, but it needs a solver that exploit sparsity like OSQP.
  • Active-set methods like in DAQP are more robust to unstable systems for optimal control problem in its dense formulation.

@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.60%. Comparing base (77163a7) to head (adf25bb).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #245   +/-   ##
=======================================
  Coverage   98.60%   98.60%           
=======================================
  Files          26       26           
  Lines        4435     4435           
=======================================
  Hits         4373     4373           
  Misses         62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@franckgaga franckgaga merged commit 36deef6 into main Sep 8, 2025
4 of 5 checks passed
@franckgaga franckgaga deleted the doc_manual_ms branch September 8, 2025 17:32
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.

3 participants