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

Ctraj #106

Open
lyhbuaa opened this issue Nov 5, 2021 · 2 comments
Open

Ctraj #106

lyhbuaa opened this issue Nov 5, 2021 · 2 comments

Comments

@lyhbuaa
Copy link

lyhbuaa commented Nov 5, 2021

TC = CTRAJ(T0, T1, N) is a Cartesian trajectory (4x4xN) from pose T0 to T1,now I want to imply a continuous Cartesian trajectory that includes T0,T1,...Tn,Is there a function to fulfill my needs? The function mstraj() is useful for Joint trajectory but not useful for mine

thank you very much

@petercorke
Copy link
Owner

You can use mstraj if you encode the SE(3) as a vector, say position and RPY angles

@lyhbuaa
Copy link
Author

lyhbuaa commented Nov 6, 2021

Thanks for your reply. But the function mstraj() is not is not an ideal way to interpolate rotation. In your book Quaternion interpolation is recommend for the rotation interpolatation. So I think the mstraj() and the Quaternion interpolation should be use together. But I do not know how to do this

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