-
Notifications
You must be signed in to change notification settings - Fork 0
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
Missing mask for whole-body generation. #2
Comments
This has been fixed a while ago. |
Ok, thanks. I just saw that in the latest version, the mask is used for SE3Task, but it looks like the mask is still missing for COMTask. I spend some time checking the repositories, and it is a bite messy:
|
Just to be clear, this module has been made at the beginning of my PhD and was not aimed to be used further. |
Yes, we will switch to TSID before the end of the year. |
Hi,
The submodule pg from @jcarpent is used to generate the whole-body motion. (by the way @pFernbach, in gepgitlab.laas.fr/pfernbac/reachability/ the link to the submodule still point to Jcarpent's home folder so maybe you should fork it or link it to my repository before justin's home is deleted...).
With Anymal, I got some problems with the whole-body generation because the QP was over-constrained, even when I added masks to the tasks. It was because the masks were missing in the function "dyn_value" of classes SE3Task and COMTask in "pg/pinocchio/tasks.py".
@jcarpent, is there a reason why this was missing for those particular tasks?
I've push my modification in my repo gepgitlab.laas.fr/mgeisert/pg but I haven't find any other repository other than /home/jcarpent/git/pattern-generator.git to do a pull request.
@jcarpent Is there a main repository for this package other than your home? If not, is it because some parts of this code should not be released?
Best,
Mathieu.
The text was updated successfully, but these errors were encountered: