-
Notifications
You must be signed in to change notification settings - Fork 682
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
fix(launch): add missing launch args and defaults to lidar_based_detection.launch.xml #4596
fix(launch): add missing launch args and defaults to lidar_based_detection.launch.xml #4596
Conversation
Some launch arguments were missing. These arguments and their defaults were added. Signed-off-by: Alireza Moayyedi <alireza.moayyedi@nobleo.nl>
@alireza-moayyedi Similar to other perception mode launchers, like camera_lidar_fusion_based_detection, even without adding these args to lidar_based_detection.launch.xml, the ones defined in the perception.launch will be inherited, so it will work without any issues. Is there a specific reason for adding these arguments? |
@miursh Thanks for the explanation but I am only using lidar_based_detection.launch.xml for a specific usecase that I'm working on. Therefore the missing args were not being inherited from anywhere and I could not run it without those. |
@alireza-moayyedi |
@miursh precisely. |
...tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml
Outdated
Show resolved
Hide resolved
changed default of the "objects_filter_method" to "lanelet_filter" as requested. Signed-off-by: Alireza Moayyedi <alireza.moayyedi@nobleo.nl>
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
WalkthroughThe changes made to the codebase involve adding missing launch arguments and their default values to the Changes
|
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.
Files selected (1)
- launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml (1)
Files skipped from review due to trivial changes (1)
- launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with
CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
@miursh Hello, can this PR be merged or is there something more to do? |
@alireza-moayyedi Thank you for the notification. I have just pressed the merge button |
…ction.launch.xml (autowarefoundation#4596) * Update lidar_based_detection.launch.xml Some launch arguments were missing. These arguments and their defaults were added. Signed-off-by: Alireza Moayyedi <alireza.moayyedi@nobleo.nl> * changed default of objects_filter_method changed default of the "objects_filter_method" to "lanelet_filter" as requested. Signed-off-by: Alireza Moayyedi <alireza.moayyedi@nobleo.nl> --------- Signed-off-by: Alireza Moayyedi <alireza.moayyedi@nobleo.nl>
Some launch arguments were missing. These arguments and their defaults were added.
Description
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.
Summary by CodeRabbit
Release Notes:
lidar_based_detection.launch.xml
file.