[Wave RHO][3/4] Preserve receding-horizon outcomes and expose Acados diagnostics - #1072
Draft
mickaelbegon wants to merge 5 commits into
Draft
[Wave RHO][3/4] Preserve receding-horizon outcomes and expose Acados diagnostics#1072mickaelbegon wants to merge 5 commits into
mickaelbegon wants to merge 5 commits into
Conversation
mickaelbegon
force-pushed
the
codex/pr-rho-diagnostics
branch
from
July 27, 2026 15:20
15d8622 to
c998a5e
Compare
This was referenced Jul 27, 2026
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 3/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: core RHO orchestration and observability layer.
Interaction: Reviewed after #1075 and #1073 because correct Acados inputs and supported warm-start transfer frame how these outcomes, hooks, shifts, and iterates are consumed.
All four PRs target
masterindependently; this is an interaction/review order, not a stacked Git dependency.What changed
2*piperiodWhy
Failed Acados windows could previously be exported and counted implicitly while the aggregate solution lost their status. Downstream applications also had to access private Acados objects for diagnostics and iterates.
Validation
pytest -q tests/shard2/test_receding_horizon_status.py tests/shard2/test_receding_horizon_hooks_and_shifts.pyacados_templateis unavailableThis change is