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

How to solve the discontinuity of joint acceleration and the non-zero acceleration at the start and end of the output trajectory? #243

Open
lijianbetter opened this issue Oct 18, 2023 · 0 comments · May be fixed by #213

Comments

@lijianbetter
Copy link

While using the trajectory generated by toppra as the input of a robot arm, I found the acceleration is not zero at the start and end of the trajectory, which makes the robot vibrates at the end of the trajectory.
Based on the previous issues, the potential methods to resolve the problem are in two ways:

  1. Set the position varying joint acceleration.
    Are there any possible realizations in python?
  2. Fit a spline on the output trajectory with a continuous 2nd derivative constraint.
    In this way, how to fit the spline? Will the trajectory after fitting conflict with the dynamic constraints?
    Thanks in advance.
@hashb hashb linked a pull request Nov 7, 2023 that will close this issue
1 task
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

Successfully merging a pull request may close this issue.

1 participant