Skip to content

Implement Navigation Manager & A* Path Planner - #36

Open
varunpat789 wants to merge 3 commits into
mainfrom
varun_navigation_manager
Open

Implement Navigation Manager & A* Path Planner#36
varunpat789 wants to merge 3 commits into
mainfrom
varun_navigation_manager

Conversation

@varunpat789

Copy link
Copy Markdown
Contributor

…ipts

Description

Motion planner, currently uses A* planner but includes a base template for more graph-based planners. Needs small refactoring to utilize actions as opposed to sub/pub, but that can be done later to allow easy testing in early stages.

Fixes #5

How Has This Been Tested?

Tested on Gazebo Sim, not tested with motion planner

@varunpat789 varunpat789 self-assigned this Aug 25, 2025
@varunpat789

Copy link
Copy Markdown
Contributor Author

I think expanding the range of what grid cells the A* planner will add to the queue would make for a smoother path rather than just limiting it to diagonals and straight lines. I think being able to move in an L (like a chess knight) would resolve this issue.

@naman-gupta99

Copy link
Copy Markdown

Unable to test this code. Can you please add more details about the exact steps to take to test?

@naman-gupta99
naman-gupta99 self-requested a review September 24, 2025 06:37
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.

Implement Navigation Manager

2 participants