Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 479 Bytes

File metadata and controls

12 lines (8 loc) · 479 Bytes

Low-Impact-Cycloid-Curve-for-Legged-Robots

show

Description

This is an alternative low-impact cycloid foot trajectory to the bezier curve in the MIT Cheetah open-source project

How to Use it

FootSwingTrajectory.cpp is the original code of MIT, which is a Bezier curve

FootLineTrajectory.cpp is my code, which is a cycloid curve.

They have very similar APIs.