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

Unpredictable trajectory between two known points #11

Open
FrancoisLasson opened this issue Jul 8, 2015 · 1 comment
Open

Unpredictable trajectory between two known points #11

FrancoisLasson opened this issue Jul 8, 2015 · 1 comment

Comments

@FrancoisLasson
Copy link
Contributor

Currently, a Bezier trajectory is equivalent to a line of robot poses without any constraints between known poses. Hence, we can't check positions and orientations of the tool between two poses. This could causes several problems of collision (video).

I think the best way to fix this problem is to use Descartes.

@shaun-edwards
Copy link
Contributor

It looks like you are moving through a singularity. Descartes will try to avoid singularities if it can. However, even Descartes relies on a discretized path, so a very sparse path is not guaranteed to not have these problems.

Have you tried re-sampling your path and apply your current planning method?

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

2 participants