[WIP] Switch to proxqp#259
Draft
sjahr wants to merge 1 commit into
Draft
Conversation
sjahr
force-pushed
the
pr-switch-from-osqp-to-proxqp
branch
from
July 2, 2026 21:06
ce5d8bd to
106028e
Compare
sea-bass
reviewed
Jul 4, 2026
| yaml-cpp = ">=0.8.0,<0.9" | ||
|
|
||
| # Core dependencies | ||
| # Note: the OInK QP solver (proxsuite/ProxQP, header-only) is fetched at a pinned version |
Collaborator
There was a problem hiding this comment.
Pretty sure proxqp is available via conda
sea-bass
reviewed
Jul 9, 2026
Comment on lines
+36
to
+42
| FetchContent_Declare( | ||
| proxsuite | ||
| URL https://github.com/Simple-Robotics/proxsuite/archive/refs/tags/v0.7.3.tar.gz | ||
| URL_HASH SHA256=e634babff534c8812c6dbc6b022b1d01f9a2a4a9a73cf87a6dc299a4de996904 | ||
| DOWNLOAD_EXTRACT_TIMESTAMP TRUE | ||
| ) | ||
| FetchContent_MakeAvailable(proxsuite) |
Collaborator
There was a problem hiding this comment.
proxsuite is available on the ROS buildfarm, why not try use that first? Otherwise the same issues we have with osqpeigen will persist and we won't be able to ship this via binaries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.