You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a work-in-progress coordination issue. The wave and its decomposition come from an analysis performed by OpenAI Codex. Every pull request remains Draft/WIP and requires maintainer review and validation.
Overall idea
This wave upstreams generic building blocks identified while analyzing cyclic receding-horizon workflows with IPOPT and Acados. It deliberately excludes application-specific control, stimulation, or pedaling logic.
The intended flow is to:
make the bounds sent to Acados correct;
provide a supported way to transfer a solution onto a different warm-start grid;
make receding-horizon window outcomes, hooks, cyclic shifts, diagnostics, and Acados iterate transfer explicit;
expose supported advanced Acados tuning options once the core behavior is stable.
Important
This is a work-in-progress coordination issue. The wave and its decomposition come from an analysis performed by OpenAI Codex. Every pull request remains Draft/WIP and requires maintainer review and validation.
Overall idea
This wave upstreams generic building blocks identified while analyzing cyclic receding-horizon workflows with IPOPT and Acados. It deliberately excludes application-specific control, stimulation, or pedaling logic.
The intended flow is to:
Proposed review and merge order
Interaction notes
masterindependently. The order above is an interaction/review order, not a stacked-branch dependency chain.All branches were rebased onto the current
masteron 2026-07-27 and their targeted tests were rerun.