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

TOTG created undesirable trajectories when scaling individual states #164

Open
Levi-Armstrong opened this issue Jan 19, 2022 · 1 comment

Comments

@Levi-Armstrong
Copy link
Contributor

The TOTG algorithm supports scaling the entire trajectory by the same value but not independent states. An attempt to support this it was implemented to post scale the individual states which actually causes undesirable trajectories that may not be continuous and violate the velocity and acceleration limits demonstrated in the image below. This should be disable for this algorithm.

image

@mpowelson
Copy link
Contributor

It's worth noting that if you are using position control or you sample pretty densely and don't need good accuracy, it might still work fine for you. It's more of a problem when using velocity control for fine motions.

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