-
Notifications
You must be signed in to change notification settings - Fork 1
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
Investigate the differences in the output of the planner when it is executed on different machines #13
Labels
bug
Something isn't working
Comments
On my machine, in Ubuntu 22.04 (WSL) I have the following output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am opening this issue to report the different behavior obtained when running the trajectory planner provided by
hippopt
on different machines (specifically, mine and Stefano's). I have created aconda
environment in which I installedhippopt
following the instructions provided in theREADME.md
file:I activated it and I ran the command:
OMP_NUM_THREADS=1 python main_walking_on_stairs.py
. The output of the planner is reported below.Planner EXIT
On my machine (Ubuntu 22.04), the solver converges to a point of local infeasibility, while on Stefano's machine, an acceptable solution is found for the exact same problem.
click here to show the
ipopt
output.Generated trajectory
humanoid_walking_step.1.1.mp4
Complementarity
Left Foot
Right Foot
Packages installed in my
conda
environmentI report here the current status of my
conda
environment:click here to show the output of
conda list
.cc: @S-Dafarra
The text was updated successfully, but these errors were encountered: