Implementation of Dynamic Window Pure Pursuit (DWPP)#5591
Implementation of Dynamic Window Pure Pursuit (DWPP)#5591decwest wants to merge 43 commits intoros-navigation:mainfrom
Conversation
There was a problem hiding this comment.
@doisyg FYI - would this be of interest? See the video
Also, please add unit testing for the functions and features you added. Check out test/ in the package to see some examples. Your main function should be tested for all edge cases at the bare minimum
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
Absolutely ! @decwest, we were discussing internally your DWPP repo (at Dexory) and I am super happy that you guys are working toward a nav2 integration. |
Codecov Report❌ Patch coverage is
... and 8 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
Let me know when you want me to take a look again after the review comments are addressed! Only things at a glance: Your very large block of code may be more concise as or I'd suggest reviewing your code a bit for how it can be as concise and self-descriptive as possible |
|
@SteveMacenski |
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
|
@decwest, your PR has failed to build. Please check CI outputs and resolve issues. |
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
|
Let me know when I should take a look again! Note that you should probably rebase and/or pull in main so that CI can pass :-) |
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
|
@decwest, your PR has failed to build. Please check CI outputs and resolve issues. |
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
…, add test (WIP) Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
|
@decwest, your PR has failed to build. Please check CI outputs and resolve issues. |
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
|
@SteveMacenski
|
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
|
@SteveMacenski |
45cb87f to
43a74ea
Compare
|
This pull request is in conflict. Could you fix it @decwest? |
43a74ea to
45cb87f
Compare
|
I was unable to fix the DCO issue. |
Doesn't work? Maybe it would be best to get your work, squash it into a single commit that you sign off on and force push back? This is an important thing we need for contributors to verify that they have permission to contribute their work to the project. Sorry for the delay, I'm not sure why this didn't come up in my notification tray. |
SteveMacenski
left a comment
There was a problem hiding this comment.
I think you need to check linting / indents a bit, but this is MUCH improved, thank you!
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp
Outdated
Show resolved
Hide resolved
nav2_regulated_pure_pursuit_controller/src/parameter_handler.cpp
Outdated
Show resolved
Hide resolved
...ler/include/nav2_regulated_pure_pursuit_controller/dynamic_window_pure_pursuit_functions.hpp
Outdated
Show resolved
Hide resolved
...ler/include/nav2_regulated_pure_pursuit_controller/dynamic_window_pure_pursuit_functions.hpp
Outdated
Show resolved
Hide resolved
7d9fbee to
6923056
Compare
|
This pull request is in conflict. Could you fix it @decwest? |
@SteveMacenski |
|
If that works for you, I will go ahead and resolve the current conflicts. |
|
Just to short cut this issue, maybe it would be best to create a new branch & PR in which you migrate your commits over to that, sign off on it, and open a new PR to get around this. I'm not 100% what situation your git setup is in and rather than coaching you through it remotely sometimes just saying "screw this" and starting from a clean, current |
6923056 to
45cb87f
Compare
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
Signed-off-by: Decwest <fumiyaonishi1016@gmail.com>
|
@SteveMacenski I’ve addressed all of your comments except for the migration guide. |
|
OK will do! Closing this PR because the other supersedes |

Basic Info
Description of contribution in a few bullet points
Description of documentation updates required from your changes
Added Parameters
"OPEN_LOOP": Uses the last commanded velocity (recommended)"CLOSED_LOOP": Uses odometry velocity (may hinder proper acceleration/deceleration)Description of how this change was tested
Simulation video
DWPP_simulation.mp4
Future work that may be required in bullet points
For Maintainers:
backport-*.