Add max_lookahead_distance parameter to path validation#6027
Merged
SteveMacenski merged 3 commits intoros-navigation:mainfrom Apr 9, 2026
Merged
Add max_lookahead_distance parameter to path validation#6027SteveMacenski merged 3 commits intoros-navigation:mainfrom
SteveMacenski merged 3 commits intoros-navigation:mainfrom
Conversation
Signed-off-by: Tony Najjar <[email protected]>
Contributor
Author
|
I'm realizing that |
SteveMacenski
approved these changes
Mar 12, 2026
Member
|
I agree that is now confusing. Sure, that name makes sense. Make sure to check this in the unit tests for ispathvalid and add a docs PR |
Member
|
@tonynajjar what's the story here? I think this was largely done just needed the final details for merging |
…ted documentation and tests for clarity Signed-off-by: Tony Najjar <[email protected]>
Contributor
Author
Codecov Report✅ All modified and coverable lines are covered by tests.
... and 7 files with indirect coverage changes 🚀 New features to boost your workflow:
|
SteveMacenski
approved these changes
Apr 9, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Basic Info
Description of contribution in a few bullet points
max_lookahead_distanceto theValidatePathbehavior tree node, allowing users to specify how far ahead along the path to validate. (-1 means validate the full path) * Introduced a new fieldmax_lookahead_distancein theIsPathValidservice request definition to support this featureValidatePathnode implementation to read and forward themax_lookahead_distanceinput to the service requestDescription of documentation updates required from your changes
Description of how this change was tested
max_lookahead_distancefrom the obstacle and not earlierFuture work that may be required in bullet points
For Maintainers:
backport-*.