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

Support for separate max acceleration and deceleration. #12

Open
novuscy opened this issue May 25, 2023 · 1 comment
Open

Support for separate max acceleration and deceleration. #12

novuscy opened this issue May 25, 2023 · 1 comment

Comments

@novuscy
Copy link

novuscy commented May 25, 2023

Hello, thanks for this amazing crate!

I was wondering if it would be possible to add support for separate max acceleration and max deceleration, there are situations where slow acceleration but fast deceleration is required.

Thanks again.

@marcbone
Copy link
Owner

You are welcome. I am always fascinated that this crate is my most popular one 😅
I am not actively using this library myself anymore. Therefore, I am not implementing new features. But I am happy to accept PRs. I am using the books "Trajectory Planning for Automatic Machinesand Robots" by Luigi Biagotti and Claudio Melchiorri as help. There is also a chapter about "On-line computation of the double S trajectory". I did not look deeply into it but it seems like there they dont assume a_min = -a_max. Otherwise, it might also be possible to change the current implementation to do that. If you consider working on it, you might want to lift the constraint for the jerk as well

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