-
Notifications
You must be signed in to change notification settings - Fork 684
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(autoware_radar_scan_to_pointcloud2): use sensor data qos #10157
fix(autoware_radar_scan_to_pointcloud2): use sensor data qos #10157
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10157 +/- ##
==========================================
- Coverage 26.80% 26.79% -0.01%
==========================================
Files 1414 1414
Lines 108240 108228 -12
Branches 41702 41690 -12
==========================================
- Hits 29010 28998 -12
- Misses 76355 76359 +4
+ Partials 2875 2871 -4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
646f16e
to
eff71aa
Compare
|
@mebasoglu Can you kindly add the new parameter |
Signed-off-by: Mehmet Emin BAŞOĞLU <mehmeteminbasoglu@hotmail.com>
Signed-off-by: Mehmet Emin BAŞOĞLU <mehmeteminbasoglu@hotmail.com>
eff71aa
to
dbd7ecd
Compare
Signed-off-by: Mehmet Emin BAŞOĞLU <mehmeteminbasoglu@hotmail.com>
dbd7ecd
to
be1206f
Compare
Hello @technolojin, sorry, I forgot to add it in the first place. I have added now. Thank you. |
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
tested with old radar messages
Description
Use SensorDataQoS for subscriber and publisher.
Related links
Parent Issue:
How was this PR tested?
Tested with a bag file which includes ARS 548 RadarScan data via the following launch:
Notes for reviewers
Used the same QoS setting as pointcloud_preprocessor:
autoware.universe/sensing/autoware_pointcloud_preprocessor/src/filter.cpp
Line 173 in c9aa409
Interface changes
None.
Topic changes
Modifications
~/output/amplitude_pointcloud
RadarScan
~/output/amplitude_pointcloud
RadarScan
~/output/doppler_pointcloud
RadarScan
~/output/doppler_pointcloud
RadarScan
~/input/radar
RadarScan
~/input/radar
RadarScan
ROS Parameter Changes
Additions and removals
max_queue_size
long
5
Effects on system behavior
None.