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

πŸ—ΊοΈ Bezier gait #106

Merged
merged 9 commits into from
Nov 11, 2024
Merged

πŸ—ΊοΈ Bezier gait #106

merged 9 commits into from
Nov 11, 2024

Conversation

runeharlyk
Copy link
Owner

Purpose

The four phase gait has a sub optimal force profile and some other problems like direction changing.
By using a 12 point bezier curve from the MIT Cheetah, we can achieve more dynamic movement.

The new gait, also implements a stance and swing controller. The stance controller is using a sin curve to control step depth. The swing controller is using the 12 point bezier curve. The stance and swing curves are a combination of a translational and rotational path.

Inspiration for the gait is from Spot mini mini

@runeharlyk runeharlyk merged commit f57d798 into master Nov 11, 2024
2 checks passed
@runeharlyk runeharlyk deleted the bezier-gait branch November 11, 2024 14:52
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 this pull request may close these issues.

1 participant