[Wave RHO][1/4] Fix Acados control-bound scaling and ordering - #1075
Open
mickaelbegon wants to merge 1 commit into
Open
[Wave RHO][1/4] Fix Acados control-bound scaling and ordering#1075mickaelbegon wants to merge 1 commit into
mickaelbegon wants to merge 1 commit into
Conversation
mickaelbegon
force-pushed
the
codex/pr-acados-control-bounds
branch
from
July 27, 2026 15:18
2e09f75 to
9a88e00
Compare
This was referenced Jul 27, 2026
This was referenced Jul 27, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1075 +/- ##
==========================================
+ Coverage 77.26% 77.86% +0.60%
==========================================
Files 196 197 +1
Lines 21506 21504 -2
==========================================
+ Hits 16616 16744 +128
+ Misses 4890 4760 -130
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
pariterre
marked this pull request as ready for review
July 27, 2026 17:43
Member
|
RTM? looks good to me |
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.
Note
Wave RHO 1/4 — Draft/WIP. Tracking issue: #1086.
This wave and its decomposition come from an analysis performed by OpenAI Codex. Maintainer review is required before these proposals are considered ready.
Wave RHO context
The overall goal is to upstream generic, application-independent foundations for reliable receding-horizon workflows with IPOPT and Acados: solver-input correctness, supported warm-start grid transfer, explicit window outcomes/diagnostics/hooks, and finally supported solver tuning.
Proposed review/merge order:
Role of this PR: correctness foundation for every Acados RHO run.
Interaction: Code-independent from #1073, but both establish the inputs used by the core RHO workflow in #1072.
All four PRs target
masterindependently; this is an interaction/review order, not a stacked Git dependency.What changed
lbuandubuin the correct lower/upper orderRoot cause
The generation path assigned maximum values to
lbuand minimum values toubu. The update path corrected the order but sent unscaled physical bounds to scaled Acados controls.Validation
pytest -q tests/shard1/test_acados_control_bounds.pyThis change is