Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unicycle-footstep-planner, walking-controllers and their dependencies #55

Closed
traversaro opened this issue Mar 17, 2018 · 13 comments
Closed

Comments

@traversaro
Copy link
Member

traversaro commented Mar 17, 2018

Original title: add unicycle-footstep-planner
cc @S-Dafarra @DanielePucci

@S-Dafarra
Copy link
Collaborator

It is possible I misunderstood the meaning of this issue. I will try to add it soon!

@traversaro
Copy link
Member Author

I don't know if we want to wait to have at least a basic walking demo ready working only with open source software, and at that point we try to make sure that it easy to compile and run it using the robotology-superbuild .

@S-Dafarra
Copy link
Collaborator

Fine for me!

@traversaro
Copy link
Member Author

traversaro commented May 30, 2018

Great, modified the title of the issue.
It would be great to also modify the Dynamics profile documentation (see https://github.com/robotology/robotology-superbuild#dynamics) to add a "Check your installation" section that would link a simple tutorial on how to run the walking demo in simulation.

@traversaro traversaro changed the title Add unicycle-footstep-planner Add unicycle-footstep-planner, capture-point-walking and their dependencies Jun 13, 2018
@traversaro
Copy link
Member Author

Now that https://github.com/robotology/capture-point-walking is available, I think it is possible to proceed.

Any volunteer?

@S-Dafarra
Copy link
Collaborator

S-Dafarra commented Jun 13, 2018

I can try to deal with the CMake stuff, but I would ask @GiulioRomualdi to fill the tutorial 😁

@S-Dafarra
Copy link
Collaborator

@traversaro
Copy link
Member Author

@S-Dafarra great! Let me know if there are any problem.

@GiulioRomualdi
Copy link
Member

GiulioRomualdi commented Jun 13, 2018

Right now qpOASES is compiled by the robotology-superbuild only if ROBOTOLOGY_USES_MATLAB is set to ON

ycm_ep_helper(qpOASES TYPE GIT
STYLE GITHUB
REPOSITORY robotology-dependencies/qpOASES.git
TAG master
COMPONENT external
CMAKE_ARGS -DQPOASES_BUILD_BINDINGS_MATLAB:BOOL=${ROBOTOLOGY_USES_MATLAB})

However, it is needed by the capture-point-walking module and this module does not require MATLAB (e.g. it can be installed inside iCub-head)

@S-Dafarra
Copy link
Collaborator

Noticed that 😉 Thanks!

@traversaro
Copy link
Member Author

However, it is needed by the capture-point-walking module and this module does not require MATLAB (e.g. it can be installed inside iCub-head)

This will automatically handled if you list qpOASES in the DEPENDS of some project (such as capture-point-walking) for which then find_or_build_package() is listed in

find_or_build_package(codyco-modules)
.

@S-Dafarra
Copy link
Collaborator

See #87

@traversaro traversaro changed the title Add unicycle-footstep-planner, capture-point-walking and their dependencies Add unicycle-footstep-planner, walking-controllers and their dependencies Oct 9, 2018
@traversaro
Copy link
Member Author

Fixed by #87 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants