-
Notifications
You must be signed in to change notification settings - Fork 39
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
Implement the time-varying dcm planner #61
Conversation
34888cf
to
599f741
Compare
c447adf
to
0da8305
Compare
0da8305
to
f5844ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am missing the TimeVaryingDCMPlanner.cpp file
src/Planners/include/BipedalLocomotion/Planners/TimeVaryingDCMPlanner.h
Outdated
Show resolved
Hide resolved
I am not experiencing any memory leak on my setup with Ubuntu 20.04. What about 18.04? |
Idem |
Co-authored-by: Stefano Dafarra <stefano.dafarra@gmail.com>
The current status of the CI is a bit discouraging:
According to the website the maintainers strongly suggest using directly the binaries. However, I'm not able to find the |
4765e5b
to
f57218e
Compare
3cb1b8c
to
1c05bb8
Compare
On Windows the convex hull test and the DCM planner test are failing. Actually that's very strange because the convex hull test is passing on master. The only think changed here is the vcpkg_ribotolgy version used. Tomorrow I try to replicate the problem on my PC. |
I tried to install everything ( I installed
@traversaro do you think this may be related to the issue that we have with CI on windows? |
Sorry, I did not check the test output. If you check it, you can see that it is |
I checked in the log, and casadi indeed installs the
Probably the installation location depend on the operating system. |
Actually also on my laptop (Linux)
|
The key code is in https://github.com/casadi/casadi/blob/6f122ca22e2a869903628c5738f154c8ac0f7455/CMakeLists.txt#L317 . As in our case also on Windows we typically do "normal" installations, we should pass as |
Exactly Indeed If I change the
casadi is installed in a "normal" manner |
…ead of std::tuple<> in TimeVaryingDCMPlanner
ff6b65d
to
a4d14c1
Compare
a4d14c1
to
6fb1de6
Compare
422e857 fixes the compilation on Windows. Now we can use |
@traversaro @S-Dafarra let me know If I can merge the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for me!
BTW, very well done. This is also pretty important for future activities 🚀 |
This PR implements the time-varying DCM planner.