Closed wxmerkt closed 5 years ago
In GitLab by @cmastalli on Mar 2, 2019, 09:43
@nmansard and @proyan please take time to think about this point.
In GitLab by @cmastalli on Mar 2, 2019, 09:44
mentioned in merge request !120
In GitLab by @nmansard on Mar 7, 2019, 12:09
This is in connection with the locomotion module written by @proyan . We already have a class for describing locomotion problem, in the multicontactapi https://gepgitlab.laas.fr/loco-3d/multicontact-api/ . We need to use it to create the DDP problem automatically. A first example already exists in @proyan locomotion module. The work is to make it stronger. The first part of this work is to clean and re-structure the MCAPI, which we are discussing with the HPP group. I keep you in touch of that.
For Crocoddyl, the first step in that direction is to move the locomotion module back in the lib. Related to #115
In GitLab by @nmansard on Mar 7, 2019, 12:09
closed
In GitLab by @cmastalli on Mar 2, 2019, 09:42
Along crocoddyl, we use these formulation for integrative unit-testing, examples and apps. We have duplicated plenty of times lines of code like this:
which curiously we use the same gains for biped and quadruped examples.
I detected this problem quite time ago and I decide to create a temporal class for it, i.e.
SimpleQuadrupedalWalkingProblem
.In this issue, I propose to pursue this idea by improving this class and moving to crocoddyl. Later we should replace progressively every piece that formulate robot contact problems.