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

Standalone examples failures #22

Open
MaximilienNaveau opened this issue May 4, 2022 · 2 comments
Open

Standalone examples failures #22

MaximilienNaveau opened this issue May 4, 2022 · 2 comments

Comments

@MaximilienNaveau
Copy link
Collaborator

Dear all,

I am trying to simply run the standalone example to give me an idea of the results and API and I have some comments.
The readme lacks content on installation and run instructions (I am completing and I will do a small PR on this.)

I unsuccessfully ran:

  • python sl1m/stand_alone_scenarios/hrp2_complex.py
Exception has occurred: FileNotFoundError
[Errno 2] No such file or directory: '$HOME/devel/workspace_sl1m/install/lib/python3.8/site-packages/sl1m/stand_alone_scenarios/constraints_files/RF_constraints_in_LF_reduced.obj'
  File "$HOME/devel/workspace_sl1m/src/sl1m/sl1m/stand_alone_scenarios/hrp2_complex.py", line 30, in <module>
    pb = Problem(limb_names=limbs, constraint_paths=paths)
  • python sl1m/stand_alone_scenarios/hrp2_stairs.py
Exception has occurred: FileNotFoundError
[Errno 2] No such file or directory: '$HOME/devel/workspace_sl1m/install/lib/python3.8/site-packages/sl1m/stand_alone_scenarios/constraints_files/RF_constraints_in_LF_reduced.obj'
  File "$HOME/devel/workspace_sl1m/src/sl1m/sl1m/stand_alone_scenarios/hrp2_stairs.py", line 30, in <module>
    pb = Problem(limb_names=limbs, constraint_paths=paths)
  • python sl1m/stand_alone_scenarios/solo_trot.py
Exception has occurred: FileNotFoundError
[Errno 2] No such file or directory: '$HOME/Documents/cloud_laas/Shared/Solo3D//com_inequalities/COM_constraints_in_HRleg_effector_frame.obj'
  File "$HOME/devel/workspace_sl1m/src/sl1m/sl1m/stand_alone_scenarios/solo_trot.py", line 54, in <module>
    pb = Problem(limb_names=limbs, other_names=others, constraint_paths=paths, suffix_com=suffix_com)
  • python sl1m/stand_alone_scenarios/talos_ramp.py
    Failure from the solver to find a suitable solution.

I fixed or was able to run all the other successfully.

@MaximilienNaveau
Copy link
Collaborator Author

MaximilienNaveau commented May 4, 2022

Pull request associated: #23

@MaximilienNaveau
Copy link
Collaborator Author

The PR has been merge. It remains the examples using HRP-2 which needs proprietary data hence we should remove them.

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

No branches or pull requests

1 participant