-
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(tier4_perception_launch): update multi-channel subscribing channel name to lidar_detection_model_type #9624
Conversation
The object detection channels in the `tracking.launch.xml` file have been updated to include the lidar detection model type. Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
@YoshiRi The change itself looks good, but I haven’t been able to check the coding style or detailed logic. Could I ask you to review those?
launch/tier4_perception_launch/launch/object_recognition/tracking/tracking.launch.xml
Outdated
Show resolved
Hide resolved
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.
Here is trivial comment. Since we normally use validation it won't effect most projects.
launch/tier4_perception_launch/launch/object_recognition/tracking/tracking.launch.xml
Outdated
Show resolved
Hide resolved
add variable use_validator to the tracking launch and determine the subscribing channel depends on the use_validator value Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
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
Description
The object detection channels in the
tracking.launch.xml
file have been updated to use the lidar detection model type.Implementing changes by PR #9003
This PR do not contain logic change.
Related links
Parent Issue:
How was this PR tested?
set parameters as following
use_multi_channel_tracker_merger
truelidar_detection_model
centerpoint/centerpoint_tinyNotes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.