-
Notifications
You must be signed in to change notification settings - Fork 683
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(tier4_perception_launch): add radar far object integration in tracking stage #5269
feat(tier4_perception_launch): add radar far object integration in tracking stage #5269
Conversation
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
...nch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml
Outdated
Show resolved
Hide resolved
launch/tier4_perception_launch/launch/object_recognition/prediction/prediction.launch.xml
Outdated
Show resolved
Hide resolved
launch/tier4_perception_launch/launch/object_recognition/tracking/tracking.launch.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…n and near object detection Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
...nch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
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
<!-- Radar long range integration methods --> | ||
<arg | ||
name="radar_long_range_integration" | ||
default="tracking" |
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.
[IMO]
Now, we reduced weight by reducing various functions.
I guess radar tracking is a little heavy process (about 20ms processing time), so I want lightweight perception as this default parameter for now.
And I want to put it into operation that if there is enough computational power for project, this parameter can change.
So I think default parameter of should be detection
.
If changing to use_radar_tracking_fusion
, it should be false
.
launch/tier4_perception_launch/launch/object_recognition/prediction/prediction.launch.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…acking stage (autowarefoundation#5269) * update tracking/perception launch Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * switch tracker launcher mode with argument Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * update prediction to switch by radar_long_range_integration paramter Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * make radar far object integration switchable between detection/tracking Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix camera lidar radar fusion flow when 'tracking' is used. Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix spelling and appearance Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * reconstruct topic flow when use tracking to merge far object detection and near object detection Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix input topic miss in tracking.launch Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix comment in camera_lidar_radar fusion Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * refactor: rename and remove paramters in prediction.launch Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * refactor: rename merger control variable from string to bool Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Description
Use
radar_long_range_integration
parameter to control radar far detection will merged bydetection or tracking
.Related links
There are Dependencies in this PR.
Must merge following PRs before merge this PR.
Tests performed
Check the node activated in sample-rosbag simulation.
Notes for reviewers
Interface changes
Effects on system behavior
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.