radar_object_tracker
launches even if no radar has been launched
#7463
Labels
radar_object_tracker
launches even if no radar has been launched
#7463
Checklist
Description
When launching the perception, this line makes the radar object tracker to be launched always even if there is no radar to get the output from it.
Expected behavior
use_radar_tracking_fusion
should be true if and only if the radar has a role in fusion. To be more precise, the perception mode should becamera_lidar_radar_fusion
,lidar_radar_fusion
orradar
.Actual behavior
use_radar_tracking_fusion
will always be true even if no radar has a role in fusion.Steps to reproduce
lidar
orcamera_lidar_fusion
.ros2 topic list
and you see/perception/object_recognition/tracking/radar/far_objects
and/perception/object_recognition/detection/radar/far_objects
which are empty as there is no publisher for the latter.Versions
No response
Possible causes
Decide to set the
use_radar_tracking_fusion
based on theperception mode
value.Additional context
No response
The text was updated successfully, but these errors were encountered: