Skip to content

Implement Catmull-Rom Spline with test and documentation #1085

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

Merged

Conversation

SurabhiGupta17
Copy link
Contributor

@SurabhiGupta17 SurabhiGupta17 commented Oct 19, 2024

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?

Copy link
Owner

@AtsushiSakai AtsushiSakai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for very good PR!!.

@AtsushiSakai AtsushiSakai merged commit af456c7 into AtsushiSakai:master Dec 20, 2024
3 checks passed
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.

2 participants