Skip to content

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

Merged
AtsushiSakai merged 1 commit intomasterfrom
issue1174_7
May 5, 2025
Merged

Add "Code Link" sections and rename classes for consistency#1214
AtsushiSakai merged 1 commit intomasterfrom
issue1174_7

Conversation

@AtsushiSakai
Copy link
Copy Markdown
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