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

Implement Catmull-Rom Spline with test and documentation #1085

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SurabhiGupta17
Copy link

What does this implement/fix?

This pull request introduces a new path planning algorithm using Catmull-Rom splines. The implementation includes functions to calculate points on the spline and generate the spline from a set of control points. The code contains visualisation of the Catmull-Rom Spline Path and the graph of the its blending functions.

Additionally, I have included a test to validate the functionality and documentation to explain the algorithm and its usage.

CheckList

  • Did you add an unittest for your new example or defect fix?
  • Did you add documents for your new example?
  • All CIs are green?

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