Skip to content

Commit

Permalink
fix: fix a bug when use_radar_tracking_fusion is fault
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Jun 11, 2024
1 parent 3c5b5c2 commit f54ef2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<arg name="input/radar_far/objects" default="radar/noise_filtered_objects"/>
<arg name="input/detection_by_tracker/objects" default="detection_by_tracker/objects"/>
<arg name="output/objects" default="objects"/>
<let name="output/objects" value="near_objects" unless="$(var use_radar_tracking_fusion)"/>

<!-- internal interfaces -->
<let name="radar_objects_fusion/input/objects" value="$(var input/lidar_ml/objects)"/>
Expand Down

0 comments on commit f54ef2f

Please sign in to comment.