-
Notifications
You must be signed in to change notification settings - Fork 667
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
feat(behavior_velocity_run_out_module): exclude obstacle crossing ego back line #6680
Merged
danielsanchezaran
merged 20 commits into
autowarefoundation:main
from
tier4:feat/exclude-obstacle-crossing-ego-back-line
Mar 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
8a2ed10
add method to ignore target obstacles that cross ego cut lane
danielsanchezaran 4c56d2e
WIP add debug support
danielsanchezaran 15323ed
add params and finish debug marker
danielsanchezaran 9db1a4b
change lane to line
danielsanchezaran 97fef69
use autoware utils to get the cut line
danielsanchezaran 6750f64
simplify code wit calcOffsetPose
danielsanchezaran 099a2c7
Update readme and eliminate unused code
danielsanchezaran 214dc90
update readme
danielsanchezaran 0ea38b3
eliminate unused function
danielsanchezaran be22578
readme
danielsanchezaran ee30dd4
comments and readme
danielsanchezaran 8da6110
eliminate unused include
danielsanchezaran e202b55
typo
danielsanchezaran 306a050
rename param for consistency
danielsanchezaran 24ff740
change lane to line for consistency
danielsanchezaran 19fb4e6
rename for clarity, add brief
danielsanchezaran b678057
fix indentation
danielsanchezaran 006a24b
update description
danielsanchezaran 9b9efe8
lane ->line
danielsanchezaran 63f02b7
lane -> line
danielsanchezaran 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@takayuki5168 Ah! right thanks for the review