Skip to content

Add "Code Link" sections and rename classes for consistency #1214

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
merged 1 commit into from
May 5, 2025

Conversation

AtsushiSakai
Copy link
Owner

This commit adds "Code Link" sections to documentation across various path planning modules, linking to relevant class and function APIs. Additionally, several class renaming changes were made, such as Dijkstra to DijkstraPlanner and eta3_trajectory to Eta3SplineTrajectory, to enhance naming consistency. Minor fixes include file restructuring and image renaming for the RRT module.

Reference issue

Fix #1174

What does this implement/fix?

Additional information

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? (You can check it after submitting)

This commit adds "Code Link" sections to documentation across various path planning modules, linking to relevant class and function APIs. Additionally, several class renaming changes were made, such as `Dijkstra` to `DijkstraPlanner` and `eta3_trajectory` to `Eta3SplineTrajectory`, to enhance naming consistency. Minor fixes include file restructuring and image renaming for the RRT module.
@AtsushiSakai AtsushiSakai merged commit 73e1c0b into master May 5, 2025
8 checks passed
@AtsushiSakai AtsushiSakai deleted the issue1174_7 branch May 5, 2025 08:29
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.

Each official document page needs a link to the code.
1 participant