REVIEW 4 major objections 5 minor 1 cited by
Gait-Net-augmented Implicit Kino-dynamic MPC for Dynamic Variable-frequency Humanoid Locomotion over Discrete Terrains
T0 review · 4 major / 5 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read The paper claims that a lightweight neural network, Gait-Net, predicts per-step duration for a centroidal-dynamics MPC so that humanoids co-optimize foot location, timing, and contact forces, enabling variable-frequency dynamic walking…
desk verdict Real humanoid hardware results, but the paper overclaims 'simultaneously optimize step duration': Gait-Net is trained on randomized step durations, so the preferred-duration claim is not established. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Gait-Net is a lightweight neural network that maps the robot's current state feedback and desired foot location to a preferred MPC sampling time dt (interpreted as step duration), trained on 600 seconds of simulated whole-body MPC data with randomized step durations and impulses, with inputs reduced via PCA from 16 to 6 features. The sequential solving mechanism is a custom SQP-style algorithm: each iteration linearizes the bilinear centroidal dynamics around the previous solution's search directions, solves a convex QP for the increments of force, foot location, and CoM position, then uses Gait-Net to update dt and an analytical inverse-kinematics step to refresh the spatial-momentum and pose references; this loop repeats until the search direction is small, and the final dt is held fixed for the whole footstep.
What would settle it
Run the hardware controller over a terrain course whose gap sizes exceed 20 cm and with push magnitudes outside the training distribution, while disabling the fallback that reverts to nominal dt; if the Gait-Net's predicted step durations systematically fail to keep the feet inside the feasible terrain—measured by foot placement error or falls—the claim of robust variable-frequency co-optimization is falsified.
Extended reading notes
Core claim
The core discovery is that variable-frequency bipedal locomotion can be cast as a centroidal-dynamics MPC in which the per-step sampling time dt—equivalently the step duration—is predicted by a lightweight Gait-Net trained on 600 seconds of whole-body-MPC walking data, rather than being an optimization variable. With dt fixed as a parameter, the multi-linear couplings among contact force, foot location, and timing disappear, and each sequential iteration becomes a QP over force, foot, and CoM search directions. To preserve kinematic feasibility without joint states in the optimization, the algorithm recomputes the spatial-momentum and centroidal-pose reference trajectories from the latest foot and CoM solutions using a fast analytical IK, embedding implicit kino-dynamics into the reference design. On a 24-DoF, 16-kg humanoid, the controller produces natural step-duration adjustments—quick small steps near terrain boundaries, longer steps over gaps—and keeps the robot stable under pushes, unknown loads, and terrain discontinuities.
Load-bearing premise
The entire variable-frequency behavior rests on the trained Gait-Net predicting a step duration that is accurate for states, terrains, and disturbances it never saw during its 600 seconds of simulated training data; if this prediction is wrong, the claimed co-optimization of timing and placement collapses to a fixed-duration fallback.
Editorial extensions
If this is right
- The controller requires only one-step terrain preview, so it can be coupled with onboard perception that sees the next step's boundaries.
- Variable step durations emerge automatically: short quick steps near terrain boundaries and longer steps to clear gaps, matching stride length and state feedback.
- Computational cost stays at QP level: normalized solve time is 0.76 versus 7.28–12.05 for the compared alternatives, and real-time deployment runs on an Intel NUC i5.
- The controller rejects disturbances, handling push recovery, unknown loads, a 35-kg cart push, and uneven terrain by adapting step duration on hardware.
- MPC weights have a broad stable region, from 10% to 300% of the hand-tuned values, so the approach is not brittle to parameter tuning.
Reading between the lines
- The Gait-Net is essentially a learned prior for an optimization-difficult variable, and the same pattern could be applied to other legged robots or manipulation tasks where contact timing and location are coupled, such as quadruped gait transitions.
- The one-step preview limitation is a direct consequence of encoding terrain constraints as functions of CoM position; extending to longer horizons would require either predicting future CoM or adding terrain constraints as functions of the planned CoM trajectory, possibly using Gait-Net itself.
- Because the Gait-Net predicts dt at the start of each footstep and the MPC then holds that dt throughout the step, the framework effectively performs event-triggered timing updates, suggesting a family of controllers where a learned policy sets the time grid and a convex optimizer fills in the spatial variables.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Gait-Net-augmented sequential convex MPC framework for humanoid locomotion, in which a lightweight neural network predicts the MPC sampling time dt (interpreted as step duration) and feeds it to a centroidal-dynamics-based MPC that also optimizes foot placement and contact wrenches via iterative QPs. The authors claim simultaneous optimization of step location, step duration, and contact forces for variable-frequency locomotion over discrete terrains, and they validate the method in 2-D and 3-D simulation and on a small humanoid robot, including push recovery, unknown loads, and gap/obstacle traversal.
Significance. If the central claim holds, the work would be a practical contribution to real-time humanoid locomotion, combining a lightweight learned timing policy with a convex MPC to achieve variable-frequency stepping with one-step terrain preview. The sequential QP linearization of the bilinear centroidal dynamics is standard and the hardware demonstrations, including pushing a cart of 219% robot mass and traversing a 20-cm gap, are notable experimental assets. However, as detailed below, the training signal for Gait-Net does not support the 'preferred step duration' or 'simultaneous optimization' claims, which undermines the core contribution.
major comments (4)
- [Sec. IV-A1, Table I] The training labels for Gait-Net are randomized step durations drawn uniformly from [150, 400] ms at the beginning of each stride, as stated in Sec. IV-A1. Such labels contain no optimality or 'preference' signal, so the network cannot learn a preferred step duration. The reported prediction RMSE of 6.79e-3 s on dt is inconsistent with regression to an independent future draw from a uniform [0.03, 0.08] s distribution, where a constant predictor already achieves an RMSE of about 1.44e-2 s. This strongly suggests data leakage or echo of the currently/previous active dt rather than prediction of a future preferred duration. Please specify the exact input-label pairing used in training and provide evidence that the network's output at deployment (state at stride start plus desired foot placement) is not merely retrieving the previous dt. Without this, the central claim that Gait-Net 'determines the preferred step duration' and that step duration is simultaneously optimized is unestablished.
- [Abstract, Sec. I-E, Algorithm 1, Remark 4] The abstract and contribution list state that the MPC 'simultaneously optimizes step location, step duration, and contact forces,' but in the actual algorithm dt is not an optimization variable: Algorithm 1 line 8 sets dt_{j+1} via Gait-Net, and Remark 4 states that the MPC runs with this same dt for the entire footstep. Thus step duration is a learned predicted parameter, not a co-optimized decision variable. The phrasing 'simplifying step duration optimization to the parameter level' is acceptable only if the network's prediction itself is the solution of an optimization (e.g., trained to imitate an optimal dt), which is not the case given the random labels. Please revise the claims to describe a learned timing heuristic that adapts dt, or provide evidence that the network's output satisfies an optimality condition.
- [Sec. V-E, Figs. 9-11] The hardware experiments are presented as single-run demonstrations: Figs. 9 and 11 show step durations and velocity tracking for individual runs, and Fig. 10c mentions 'over 10 forward-pushing trials' without reporting success rates, means, or variance. Given the paper's robustness claims (push recovery, unknown loads, uneven terrain), statistical repetitions with error bars or at least quantitative success/failure counts are needed to support those claims. Please add aggregate statistics over repeated runs or soften the robustness statements accordingly.
- [Table III] Table III is difficult to interpret because the 'Proposed' column appears to contain multiple variable-size entries and multiple solve-time values without clear column separation. The rows for 'Optimization Variable Size' and 'Normalized Solve Time' seem to list several numbers (e.g., 'R34h-22 R27h-15 R21h-9' and '1.00 2.58 0.76') without indicating which configuration (CD vs implicit kino-dynamic, or different solver variants) each number refers to. Please restructure the table so each method or variant is a separate column with a single value per cell, or add a clarifying caption.
minor comments (5)
- [Sec. V-E1, Fig. 10c] The statement that 'foot positions are not the primary factors in predicting the MPC step duration' appears to contradict the observation in Fig. 10c that longer step durations favor near foot locations. Clarify whether the two statements refer to different regimes (e.g., PCA loadings vs. observed correlation in the pushing task) or whether one of them is imprecise.
- [Sec. IV-B3, Eq. (20)] In the CoM position update equation, the superscript and subscript indexing (e.g., p_{c,k+1}^{j-1} and δpc,k+1) is not fully explained; please spell out the iteration index convention used for states and search directions.
- [Sec. II, Sec. IV-B] The term 'implicit kino-dynamic' is used to describe a method that does not optimize joint states but updates reference trajectories via IK; define this term clearly at first use and consider whether a more conventional descriptor (e.g., 'kinematically updated centroidal MPC') would avoid confusion.
- [Sec. V-E4] The sentence 'integrating a neural network into a sequential solver does not guarantee convergence..' contains a doubled period; also, the fallback mechanism (reverting to nominal dt when non-negative slope appears) could be discussed more explicitly in terms of its effect on the claimed co-optimization, even if it occurs only 2.8% of the time.
- [Table I] The RMSE values in Table I are implicitly in seconds; state the units explicitly (e.g., 's' or 'ms') to avoid ambiguity.
Circularity Check
Gait-Net's 'preferred step duration' is fitted to randomized labels, so the central co-optimization claim reduces to reproducing random draws rather than optimizing step timing.
-
fitted input called prediction
[Sec. IV-A and IV-A1; Algorithm 1 line 8; Table I.]
"we propose a lightweight Gait-frequency Network that maps current state feedback and desired foot placement to the preferred step duration for the upcoming stride ... At the beginning of each stride, we generate a randomized step duration between [150, 400] ms ."
The regression target for Gait-Net is an independent uniform random draw made at the start of each stride, not the minimizer of any objective. The network is therefore fitted to a random label, and the 'preferred step duration' is by construction that same random draw; there is no optimality signal for the network to learn. With h'=5 MPC steps per stride, a uniform step-duration draw of [150,400] ms makes dt uniform over [30,80] ms, for which a constant predictor already achieves about 14 ms RMSE. Table I reports 6.79e-3 s (~6.8 ms) RMSE, which is only achievable by regressing the already-active or previously executed dt embedded in the state (leakage), not by predicting an independent future preferred dt.
full rationale
The only load-bearing circular step is the Gait-Net timing signal. Section IV-A1 states that the label for each stride is a randomized step duration drawn uniformly, while Section IV-A says the network outputs the 'preferred step duration.' Since the label is an independent random draw carrying no optimality information, the 'preference' is definitional: the network is fitted to the random command, not to an optimized quantity. The reported RMSE being below the constant-predictor floor for a uniform target indicates that the fitted target is the active or previous dt, not a future preferred dt, so the claimed co-optimization of step duration is not supported by the derivation. The remaining framework—the sequential convex MPC, foot-location and friction constraints, and the analytical IK reference updates—is self-contained and externally validated on hardware and simulation, and there is no load-bearing self-citation. The circularity is partial: the timing prediction reduces by construction, while the foot placement and force optimization still have independent content.
Assumptions & free parameters
free parameters (6)
- Gait-Net network weights =
not disclosed
- MPC control weights L1, L2 =
Tables IX/X (hardware and simulation)
- MPC sampling time bounds =
[0.045, 0.07] s hardware, [0.03, 0.06] s simulation
- PCA-selected feature set =
6 features chosen from 16 via PCA loadings
- Fallback threshold for non-negative slope =
not quantified
- Nominal dt0 =
0.05 s
assumptions (5)
- domain assumption Assumption 1: Kinematic assurance can be implicitly embedded in reference trajectory design if actual spatial momentum and pose align with designed trajectories.
- standard math Assumption 2: The bilinear product of search directions is negligible (δa·δb ≈ 0) after warm-starting.
- domain assumption Periodic contact sequence with fixed h and h' (swing phase length).
- domain assumption Gait-Net, trained on whole-body MPC simulation data, is a sufficient proxy for optimal step duration decisions.
- domain assumption One-step preview of terrain is sufficient; constraints for later steps are deactivated.
Cite this review
Pith. "Pith review of Gait-Net-augmented Implicit Kino-dynamic MPC for Dynamic Variable-frequency Humanoid Locomotion over Discrete Terrains." pith.science (2026). https://pith.science/paper/YDFQJERH
@misc{pith2026250202934,
author = {Pith},
title = {Pith review of: Gait-Net-augmented Implicit Kino-dynamic MPC for Dynamic Variable-frequency Humanoid Locomotion over Discrete Terrains},
year = {2026},
howpublished = {\url{https://pith.science/paper/YDFQJERH}},
note = {Machine review of arXiv:2502.02934}
}
read the original abstract
Reduced-order-model-based optimal control techniques for humanoid locomotion struggle to adapt step duration and placement simultaneously in dynamic walking gaits due to their reliance on fixed-time discretization, which limits responsiveness to various disturbances and results in suboptimal performance in challenging conditions. In this work, we propose a Gait-Net-augmented implicit kino-dynamic model-predictive control (MPC) to simultaneously optimize step location, step duration, and contact forces for natural variable-frequency locomotion. The proposed method incorporates a Gait-Net-augmented Sequential Convex MPC algorithm to solve multi-linearly constrained variables by iterative quadratic programs. At its core, a lightweight Gait-frequency Network (Gait-Net) determines the preferred step duration in terms of variable MPC sampling times, simplifying step duration optimization to the parameter level. Additionally, it enhances and updates the spatial reference trajectory within each sequential iteration by incorporating local solutions, allowing the projection of kinematic constraints to the design of reference trajectories. We validate the proposed algorithm in high-fidelity simulations and on small-size humanoid hardware, demonstrating its capability for variable-frequency and 3-D discrete terrain locomotion with only a one-step preview of terrain data.
Figures
Figures from the paper (10 more)
Forward citations
Cited by 1 Pith paper
-
Switch4EAI: Leveraging Console Game Platform for Benchmarking Robotic Athletics
Switch4EAI uses Just Dance on a Nintendo Switch as a benchmark: a Unitree G1 robot scored 5,707 versus a human's 9,361 on three routines.
Reference graph
Works this paper leans on
-
[1]
Footstep planning on uneven terrain with mixed-integer convex optimization,
R. Deits and R. Tedrake, “Footstep planning on uneven terrain with mixed-integer convex optimization,” in 2014 IEEE-RAS international conference on humanoid robots . IEEE, 2014, pp. 279–286
work page 2014
-
[2]
Humanoid robot lo- comotion and manipulation step planning,
K. Bouyarmane and A. Kheddar, “Humanoid robot lo- comotion and manipulation step planning,” Advanced Robotics, vol. 26, no. 10, pp. 1099–1126, 2012
work page 2012
-
[3]
A versatile and efficient pattern genera- tor for generalized legged locomotion,
J. Carpentier, S. Tonneau, M. Naveau, O. Stasse, and N. Mansard, “A versatile and efficient pattern genera- tor for generalized legged locomotion,” in 2016 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2016, pp. 3555–3561
work page 2016
-
[4]
B. Ponton, M. Khadiv, A. Meduri, and L. Righetti, “Efficient multicontact pattern generation with sequen- tial convex approximations of the centroidal dynamics,” IEEE Transactions on Robotics, vol. 37, no. 5, pp. 1661– 1679, 2021
work page 2021
-
[5]
G. Kim, D. Kang, J.-H. Kim, S. Hong, and H.-W. Park, “Contact-implicit mpc: Controlling diverse quadruped motions without pre-planned contact modes or trajecto- ries,” arXiv preprint arXiv:2312.08961 , 2023
arXiv 2023
-
[6]
Fast contact-implicit model predictive control,
S. Le Cleac’h, T. A. Howell, S. Yang, C.-Y . Lee, J. Zhang, A. Bishop, M. Schwager, and Z. Manchester, “Fast contact-implicit model predictive control,” IEEE Transactions on Robotics , 2024
work page 2024
-
[7]
Hybrid ilqr model predictive control for contact implicit stabilization on legged robots,
N. J. Kong, C. Li, G. Council, and A. M. Johnson, “Hybrid ilqr model predictive control for contact implicit stabilization on legged robots,” IEEE Transactions on Robotics, 2023
work page 2023
-
[8]
Dynamic locomotion in the mit cheetah 3 through convex model-predictive control,
J. Di Carlo, P. M. Wensing, B. Katz, G. Bledt, and S. Kim, “Dynamic locomotion in the mit cheetah 3 through convex model-predictive control,” in 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) . IEEE, 2018, pp. 1–9
work page 2018
Show all 46 references
-
[9]
Orientation-aware model predictive control with foot- step adaptation for dynamic humanoid walking,
Y . Ding, C. Khazoom, M. Chignoli, and S. Kim, “Orientation-aware model predictive control with foot- step adaptation for dynamic humanoid walking,” in 2022 IEEE-RAS 21st International Conference on Humanoid Robots (Humanoids). IEEE, 2022, pp. 299–305
2022
-
[10]
M. H. Raibert, Legged robots that balance . MIT press, 1986
1986
-
[11]
Capture point: A step toward humanoid push recovery,
J. Pratt, J. Carff, S. Drakunov, and A. Goswami, “Capture point: A step toward humanoid push recovery,” in 2006 6th IEEE-RAS international conference on humanoid robots. Ieee, 2006, pp. 200–207
2006
-
[12]
Walking-by-logic: Signal temporal logic-guided model predictive control for bipedal locomotion resilient to external perturbations,
Z. Gu, R. Guo, W. Yates, Y . Chen, Y . Zhao, and Y . Zhao, “Walking-by-logic: Signal temporal logic-guided model predictive control for bipedal locomotion resilient to external perturbations,” in 2024 IEEE International Con- ference on Robotics and Automation (ICRA) . IEEE, 20...
2024
-
[13]
Centroidal dynamics of a humanoid robot,
D. E. Orin, A. Goswami, and S.-H. Lee, “Centroidal dynamics of a humanoid robot,” Autonomous robots , vol. 35, no. 2, pp. 161–176, 2013
2013
-
[14]
Online non-linear cen- troidal mpc for humanoid robot locomotion with step ad- justment,
G. Romualdi, S. Dafarra, G. L’Erario, I. Sorrentino, S. Traversaro, and D. Pucci, “Online non-linear cen- troidal mpc for humanoid robot locomotion with step ad- justment,” in 2022 International Conference on Robotics and Automation (ICRA) . IEEE, 2022, pp. 10 412– 10 419
2022
-
[15]
Whole-body motion planning with centroidal dynamics and full kine- matics,
H. Dai, A. Valenzuela, and R. Tedrake, “Whole-body motion planning with centroidal dynamics and full kine- matics,” in 2014 IEEE-RAS International Conference on Humanoid Robots. IEEE, 2014, pp. 295–302
2014
-
[16]
Online non-linear centroidal mpc for humanoid robots payload carrying with contact- stable force parametrization,
M. Elobaid, G. Romualdi, G. Nava, L. Rapetti, H. A. O. Mohamed, and D. Pucci, “Online non-linear centroidal mpc for humanoid robots payload carrying with contact- stable force parametrization,” in 2023 IEEE International Conference on Robotics and Automation (ICRA) . IEEE, 202...
2023
-
[17]
Mpc-based locomo- tion control of bipedal robots with line-feet contact using centroidal dynamics,
G. Garc ´ıa, R. Griffin, and J. Pratt, “Mpc-based locomo- tion control of bipedal robots with line-feet contact using centroidal dynamics,” in 2020 IEEE-RAS 20th Interna- tional Conference on Humanoid Robots (Humanoids) . IEEE, 2021, pp. 276–282
2020
-
[18]
From centroidal to whole-body models for legged locomotion: a com- parative analysis,
E. Dantec, W. Jallet, and J. Carpentier, “From centroidal to whole-body models for legged locomotion: a com- parative analysis,” in 2024 IEEE-RAS 23rd International Conference on Humanoid Robots (Humanoids) . IEEE, 2024, pp. 335–342
2024
-
[19]
Biconmp: A nonlinear model predictive control framework for whole body motion planning,
A. Meduri, P. Shah, J. Viereck, M. Khadiv, I. Havoutis, and L. Righetti, “Biconmp: A nonlinear model predictive control framework for whole body motion planning,” IEEE Transactions on Robotics , vol. 39, no. 2, pp. 905– 922, 2023
2023
-
[20]
Improved computation of the humanoid centroidal dynamics and application for whole-body control,
P. M. Wensing and D. E. Orin, “Improved computation of the humanoid centroidal dynamics and application for whole-body control,” International Journal of Humanoid Robotics, vol. 13, no. 01, p. 1550039, 2016
2016
-
[21]
Step timing adjustment: A step toward generating robust gaits,
M. Khadiv, A. Herzog, S. A. A. Moosavian, and L. Righetti, “Step timing adjustment: A step toward generating robust gaits,” in 2016 IEEE-RAS 16th Inter- national Conference on Humanoid Robots (Humanoids) . IEEE, 2016, pp. 35–42
2016
-
[22]
Walking stabilization using step timing and location adjustment on the humanoid robot, atlas,
R. J. Griffin, G. Wiedebach, S. Bertrand, A. Leonessa, and J. Pratt, “Walking stabilization using step timing and location adjustment on the humanoid robot, atlas,” in 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) . IEEE, 2017, pp. 667–673
2017
-
[23]
Dynamic walking on randomly-varying discrete terrain with one-step preview
Q. Nguyen, A. Agrawal, X. Da, W. C. Martin, H. Geyer, J. W. Grizzle, and K. Sreenath, “Dynamic walking on randomly-varying discrete terrain with one-step preview.” in Robotics: Science and Systems, vol. 2, no. 3, 2017, pp. 384–99
2017
-
[24]
Adaptive step duration for precise foot placement: Achieving robust bipedal locomotion on terrains with restricted footholds,
Z. Xiang, V . Paredes, G. A. Castillo, and A. Hereid, “Adaptive step duration for precise foot placement: Achieving robust bipedal locomotion on terrains with restricted footholds,” arXiv preprint arXiv:2403.17136 , 2024
2024
-
[25]
Tailoring solution accuracy for fast whole- body model predictive control of legged robots,
C. Khazoom, S. Hong, M. Chignoli, E. Stanger-Jones, and S. Kim, “Tailoring solution accuracy for fast whole- body model predictive control of legged robots,” arXiv preprint arXiv:2407.10789, 2024
2024 arXiv
-
[26]
Dynamic walking of bipedal robots on uneven stepping stones via adaptive-frequency MPC,
J. Li and Q. Nguyen, “Dynamic walking of bipedal robots on uneven stepping stones via adaptive-frequency MPC,” IEEE Control Systems Letters , 2023
2023
-
[27]
Reinforcement learning for robust parameterized locomotion control of bipedal robots,
Z. Li, X. Cheng, X. B. Peng, P. Abbeel, S. Levine, G. Berseth, and K. Sreenath, “Reinforcement learning for robust parameterized locomotion control of bipedal robots,” in 2021 IEEE International Conference on Robotics and Automation (ICRA) . IEEE, 2021, pp. 2811–2817
2021
-
[28]
Rapid locomotion via reinforcement learn- ing,
G. B. Margolis, G. Yang, K. Paigwar, T. Chen, and P. Agrawal, “Rapid locomotion via reinforcement learn- ing,” The International Journal of Robotics Research , vol. 43, no. 4, pp. 572–587, 2024
2024
-
[29]
Linear policies are sufficient to realize robust bipedal walking on challenging terrains,
L. Krishna, G. A. Castillo, U. A. Mishra, A. Hereid, and S. Kolathaya, “Linear policies are sufficient to realize robust bipedal walking on challenging terrains,” IEEE Robotics and Automation Letters, vol. 7, no. 2, pp. 2047– 2054, 2022
2022
-
[30]
Deep reinforcement learning for bipedal locomotion: A brief survey,
L. Bao, J. Humphreys, T. Peng, and C. Zhou, “Deep reinforcement learning for bipedal locomotion: A brief survey,” arXiv preprint arXiv:2404.17070 , 2024
2024
-
[31]
Beamdojo: Learning agile hu- manoid locomotion on sparse footholds,
H. Wang, Z. Wang, J. Ren, Q. Ben, T. Huang, W. Zhang, and J. Pang, “Beamdojo: Learning agile hu- manoid locomotion on sparse footholds,” arXiv preprint arXiv:2502.10363, 2025
2025 arXiv
-
[32]
Variable inertia model predictive control for fast bipedal maneu- vers,
S. H. Bang, J. Lee, C. Gonzalez, and L. Sentis, “Variable inertia model predictive control for fast bipedal maneu- vers,” arXiv preprint arXiv:2407.16811 , 2024
2024 arXiv
-
[33]
Real-time deep learning-based model predictive control of a 3-dof biped robot leg,
H. El-Hussieny, “Real-time deep learning-based model predictive control of a 3-dof biped robot leg,” Scientific Reports, vol. 14, no. 1, p. 16243, 2024
2024
-
[34]
Learning agile locomotion and adaptive behaviors via rl-augmented mpc,
Y . Chen and Q. Nguyen, “Learning agile locomotion and adaptive behaviors via rl-augmented mpc,” in 2024 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2024, pp. 11 436–11 442
2024
-
[35]
Online dnn- driven nonlinear mpc for stylistic humanoid robot walk- ing with step adjustment,
G. Romualdi, P. M. Viceconte, L. Moretti, I. Sorrentino, S. Dafarra, S. Traversaro, and D. Pucci, “Online dnn- driven nonlinear mpc for stylistic humanoid robot walk- ing with step adjustment,” in 2024 IEEE-RAS 23rd Inter- national Conference on Humanoid Robots (Humanoids) . I...
2024
-
[36]
Hu- manoid locomotion and manipulation: Current progress and challenges in control, planning, and learning,
Z. Gu, J. Li, W. Shen, W. Yu, Z. Xie, S. McCrory, X. Cheng, A. Shamsah, R. Griffin, C. K. Liu et al., “Hu- manoid locomotion and manipulation: Current progress and challenges in control, planning, and learning,” arXiv preprint arXiv:2501.02116, 2025
2025 arXiv
-
[37]
Stability of surface contacts for humanoid robots: Closed-form formulae of the contact wrench cone for rectangular support areas,
S. Caron, Q.-C. Pham, and Y . Nakamura, “Stability of surface contacts for humanoid robots: Closed-form formulae of the contact wrench cone for rectangular support areas,” in 2015 IEEE International Conference on Robotics and Automation (ICRA) . IEEE, 2015, pp. 5107–5112
2015
-
[38]
Planar bipedal locomotion with nonlinear model predictive con- trol: Online gait generation using whole-body dynamics,
M. Y . Galliker, N. Csomay-Shanklin, R. Grandia, A. J. Taylor, F. Farshidian, M. Hutter, and A. D. Ames, “Planar bipedal locomotion with nonlinear model predictive con- trol: Online gait generation using whole-body dynamics,” in 2022 IEEE-RAS 21st International Conference on H...
2022
-
[39]
Whole-body model predictive control for biped locomotion on a torque-controlled humanoid robot,
E. Dantec, M. Naveau, P. Fernbach, N. Villa, G. Saurel, O. Stasse, M. Taix, and N. Mansard, “Whole-body model predictive control for biped locomotion on a torque-controlled humanoid robot,” in 2022 IEEE-RAS 21st International Conference on Humanoid Robots (Hu- manoids). IEEE, ...
2022
-
[40]
Cdm-mpc: An integrated dynamic planning and control framework for bipedal robots jumping,
Z. He, J. Wu, J. Zhang, S. Zhang, Y . Shi, H. Liu, L. Sun, Y . Su, and X. Leng, “Cdm-mpc: An integrated dynamic planning and control framework for bipedal robots jumping,” IEEE Robotics and Automation Letters , 2024
2024
-
[41]
The mit humanoid robot: Design, motion planning, and control for acrobatic behaviors,
M. Chignoli, D. Kim, E. Stanger-Jones, and S. Kim, “The mit humanoid robot: Design, motion planning, and control for acrobatic behaviors,” in 2020 IEEE- RAS 20th International Conference on Humanoid Robots (Humanoids). IEEE, 2021, pp. 1–8
2020
-
[42]
Sequential quadratic pro- gramming,
P. T. Boggs and J. W. Tolle, “Sequential quadratic pro- gramming,” Acta numerica, vol. 4, pp. 1–51, 1995
1995
-
[43]
Dy- namic loco-manipulation on hector: Humanoid for en- hanced control and open-source research,
J. Li, J. Ma, O. Kolt, M. Shah, and Q. Nguyen, “Dy- namic loco-manipulation on hector: Humanoid for en- hanced control and open-source research,” arXiv preprint arXiv:2312.11868, 2023
2023 arXiv
-
[44]
CasADi – A software framework for nonlinear optimization and optimal control,
J. A. E. Andersson, J. Gillis, G. Horn, J. B. Rawlings, and M. Diehl, “CasADi – A software framework for nonlinear optimization and optimal control,” Mathemati- cal Programming Computation, vol. 11, no. 1, pp. 1–36, 2019
2019
-
[45]
qpOASES: A parametric active-set algorithm for quadratic programming,
H. Ferreau, C. Kirches, A. Potschka, H. Bock, and M. Diehl, “qpOASES: A parametric active-set algorithm for quadratic programming,” Mathematical Programming Computation, vol. 6, no. 4, pp. 327–363, 2014
2014
-
[46]
A cutting plane algorithm for solving bilinear programs,
H. Konno, “A cutting plane algorithm for solving bilinear programs,” Mathematical Programming, vol. 11, no. 1, pp. 14–27, 1976. APPENDIX A APPROXIMATION OF SPATIAL MOMENTUM PRIMITIVES (C ENTROIDAL POSE ) The primitive of the spatial momentum vector (centroidal pose) in terms o...
1976
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.