loco-3d / crocoddyl

Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is based on various efficient Differential Dynamic Programming (DDP)-like algorithms
BSD 3-Clause "New" or "Revised" License
854 stars 174 forks source link

Fixed creatingJumpingProblem in biped.py #1288

Closed cmastalli closed 3 months ago

cmastalli commented 3 months ago

This PR fixes the issue reported in https://github.com/loco-3d/crocoddyl/issues/1287. Additionally, it cleans up the quadruped and biped scripts and include jumping problems in the biped examples.