-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
How to generate trajectory with non-zero start and end velocity? #253
Comments
|
Thank you very much for your kind sharing! I'll do my best to understand. I have two more questions,
|
BTW, can you please edit your comment above so that my logger-> line matches yours. |
Thank you for solving my problems! I have changed my comment to fit with your comment. |
@mishrasubhransu Sorry for the bother! I still have question on reproducing your code. The current version of toppra does not have fuction like |
getSdMax method is not a part of toppra, it's something that you will have to write. You can compute it as follows:
Does this make sense? |
Hi, thank you for sharing such wonderful work!
I want to generate 7-dof joint trajectory using non-zero start and end velocity. I have checked out the previous issues about this problem, but I can't understand what to do. Do I need to make the position trajectory to have initial tangent velocity? After that, do I need to change s_dot?
The text was updated successfully, but these errors were encountered: