Skip to content

Implement Catmull-Rom Spline with test and documentation - #1085

Merged
AtsushiSakai merged 1 commit into
AtsushiSakai:masterfrom
SurabhiGupta17:algorithm/catmull-rom-spline
Dec 20, 2024
Merged

Implement Catmull-Rom Spline with test and documentation#1085
AtsushiSakai merged 1 commit into
AtsushiSakai:masterfrom
SurabhiGupta17:algorithm/catmull-rom-spline

Conversation

@SurabhiGupta17

@SurabhiGupta17 SurabhiGupta17 commented Oct 19, 2024

Copy link
Copy Markdown
Contributor

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?

@AtsushiSakai AtsushiSakai left a comment

Copy link
Copy Markdown
Owner

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
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