-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Implementation of Dynamic Window Pure Pursuit (DWPP) #5591
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
Open
Decwest
wants to merge
26
commits into
ros-navigation:main
Choose a base branch
from
Decwest:feature/implement_dwpp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
142e30b
:zap: add dwpp algorithm
Decwest 5279665
Merge branch 'ros-navigation:main' into feature/implement_dwpp
Decwest 547c54e
:recycle: modify to pass lint
Decwest b380815
Merge branch 'feature/implement_dwpp' of github.com:Decwest/navigatio…
Decwest 53c5cd4
:recycle: delete unrelated files & test signed off
Decwest e2176e1
Revert ":recycle: delete unrelated files & test signed off"
Decwest df7b2af
Revert ":recycle: modify to pass lint"
Decwest 318e917
:recycle: reformat & revert unintentional file change
Decwest 68b6dd4
:recycle: change variable names for consistency
Decwest 3d123ac
:refactor: modify value handling
Decwest 7d2485f
:bug: fix type issue
Decwest e725917
:recycle: reformat
Decwest ff2b3cc
:zap: add minimum velocity configuration
Decwest 3a57631
:zap: handle different accel and decel considering bidirectionality
Decwest e85780a
Merge branch 'ros-navigation:main' into feature/implement_dwpp
Decwest 9033141
:recycle: refactor dwpp function to improve readability
Decwest 8cb1fcb
Merge branch 'ros-navigation:main' into feature/implement_dwpp
Decwest 79ea88b
:bug: fix regulation procedure of dynamic window during negative velo…
Decwest 5d21f30
:bug: fix optimal velocity selection when moving backward
Decwest efb5795
Merge branch 'ros-navigation:main' into feature/implement_dwpp
Decwest 0795c7d
:recycle: refactor for easy unit test
Decwest abb6c09
:zap: add unit test of computeDynamicWindow()
Decwest 3da3e29
:zap: add and pass all unit test
Decwest 1785233
:zap: update README
Decwest e9585d4
:memo: update README
Decwest cd170ab
:adhesive_bandage: fix hyperlink of README
Decwest File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.