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

continuous joints are not working #10

Closed
hejia-zhang opened this issue Nov 8, 2019 · 3 comments
Closed

continuous joints are not working #10

hejia-zhang opened this issue Nov 8, 2019 · 3 comments
Assignees

Comments

@hejia-zhang
Copy link
Member

the joint limts seem to be -pi to pi

@hejia-zhang hejia-zhang self-assigned this Nov 8, 2019
@hejia-zhang
Copy link
Member Author

after smoothing, smoother will automatically interpolate between -pi to pi then collision constraints will be messed up.

@hejia-zhang
Copy link
Member Author

hejia-zhang commented Nov 24, 2019

In aikido, so2 joint will be limted in -pi to pi. So when we do smoothing, we need to add pi to each so2 joint. see constraint/uniform/SO2UniformSampler.cpp 37, distance/SO2Angular.cpp 23

@hejia-zhang
Copy link
Member Author

quick fix by unrolling continuous joint values, better solution may be to use quaternion to represent SO2 value #14

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