-
Notifications
You must be signed in to change notification settings - Fork 295
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(autoware_detected_object_validation): add height filter in lanelet filtering #1307
Merged
Conversation
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
* add changelog Signed-off-by: Yutaka Kondo <[email protected]> * unify package.xml version to 0.37.0 Signed-off-by: Yutaka Kondo <[email protected]> * 0.38.0 * fix organization Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Go Sakayori <[email protected]> Signed-off-by: Go Sakayori <[email protected]> Signed-off-by: kosuke55 <[email protected]> Signed-off-by: Taekjin LEE <[email protected]> Signed-off-by: Shintaro Sakoda <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: satoshi-ota <[email protected]> Signed-off-by: takeshi.iwanari <[email protected]> Signed-off-by: Yuki Takagi <[email protected]> Signed-off-by: Takayuki Murooka <[email protected]> Signed-off-by: Daniel Sanchez <[email protected]> Signed-off-by: Maxime CLEMENT <[email protected]> Signed-off-by: xtk8532704 <[email protected]> Signed-off-by: Yutaka Kondo <[email protected]> Co-authored-by: Yuki TAKAGI <[email protected]> Co-authored-by: Go Sakayori <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]> Co-authored-by: Taekjin LEE <[email protected]> Co-authored-by: SakodaShintaro <[email protected]> Co-authored-by: Zulfaqar Azmi <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: iwatake <[email protected]> Co-authored-by: ito-san <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: danielsanchezaran <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: xtk8532704 <[email protected]>
Signed-off-by: Junya Sasaki <[email protected]>
## Description #1248 ## Notes for reviewers @mitsudome-r @youtalk I think this PR's purpose is just for merged commit. But I'm welcome to perform any proposed tests and so on. Thanks! ## Effects on system behavior None.
Signed-off-by: mitsudome-r <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: yoshiri <[email protected]>
technolojin
approved these changes
Jan 22, 2025
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.
LGTM
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.
Description
Enable height filter in autowarefoundation/autoware.universe#10003.
How was this PR tested?
Local build and running.
Notes for reviewers
None.
Effects on system behavior
None.