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

Use cubic splines in walking #632

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

val-ba
Copy link
Contributor

@val-ba val-ba commented Dec 6, 2024

Summary

Switch from quintic to cubic. We do not set the acceleration anymore and just need 4 coefficients to set the spline.
Also a lot of the time the acceleration is not even set

Proposed changes

Cubic splines look like this for walking:
Screenshot from 2024-12-13 11-30-24
Screenshot from 2024-12-13 11-31-22

Fairly similar to the quintic splines:
Screenshot from 2024-12-13 11-52-22
Screenshot from 2024-12-13 11-52-59

Related issues

#598

Checklist

  • Run colcon build
  • Write documentation
  • Test on your machine
  • Test on the robot
  • Create issues for future work
  • Triage this PR and label it

@val-ba val-ba requested review from Flova and jaagut December 13, 2024 10:55
@val-ba val-ba marked this pull request as ready for review December 13, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

3 participants