ami-iit / bipedal-locomotion-framework

Suite of libraries for achieving bipedal locomotion on humanoid robots
https://ami-iit.github.io/bipedal-locomotion-framework/
BSD 3-Clause "New" or "Revised" License
132 stars 36 forks source link

Add Unicycle Trajectory Generator #845

Open LoreMoretti opened 2 months ago

LoreMoretti commented 2 months ago

This PR provides a Unicycle Trajectory Generator that combined with the Unicycle Trajectory Planner of #844 mimics the functionalities of the planner used in walking-controllers.

Considering a Master-Slave architecture, Unicycle Trajectory Generator acts as the master.

It is in charge of:

This PR should be merged after #844.

LoreMoretti commented 2 weeks ago

@traversaro the failed conda-forge dependencies CIs (for Ubuntu/Windows) seem some download error. Could you confirm?

traversaro commented 2 weeks ago

@traversaro the failed conda-forge dependencies CIs (for Ubuntu/Windows) seem some download error. Could you confirm?

Yes, it is due to https://github.com/conda/infrastructure/issues/906 as we are using packages from robostack-staging in the CI. I wonder if this could be mitigated using conda instead of mamba, I will try.