-
Notifications
You must be signed in to change notification settings - Fork 37
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
Generate SE3 foot trajectory for a robot using ndcurves #75
Comments
If you want continuity I guess you need to enforce it yourself ? |
Also itf it's just for z why do you work in se3 ? |
Hi, I trying to generate the full foot SE3 behavior. |
Actually it is not the continuity of the curves rather than the continuity of its derivation. |
One of our student as the same problem. |
I m sorry but this is still unclear to me. However introducing helper functions to ensure continuity is certainly something that can be considered, although I m a bit perplex on the API here. I think it would be great to better specify the use case, inputs / outputs and then we could discuss how to implement this |
Again, ensuring the continuity of the derivatives is something you need to do by yourself, either manually or through constrained optimisation. I really don't understand how you would expect the continuity to hold unless you select exactly the right degree for your curves. |
@stonneau Should we exclude specific foot trajectories in ndcurves ? |
Are you referring the the ones defined in the helpers folder ? I would be in favor of removing them if no one argues against. @pFernbach might have a better opinion than me. Otherwise I m not sure what you are referring to |
Yes, I was thinking of completing them. |
But you are the one deciding :) and thanks again for maintaining the library. |
Dear users,
I am trying to generate a smooth C^2 trajectory for my feet robot trajectories.
I am wondering which trajectory are the best one to use for this.
I tried some pieces SE3 by the trajectory are not C^2 during between each piece...
Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: