|
66 | 66 | <arg name="input/pointcloud" value="$(var input/pointcloud)"/>
|
67 | 67 | <arg name="lidar_detection_model" value="$(var lidar_detection_model)"/>
|
68 | 68 | </include>
|
69 |
| - <!-- Radar detector--> |
| 69 | + <!-- Radar detector/filter--> |
70 | 70 | <group>
|
71 | 71 | <push-ros-namespace namespace="radar"/>
|
72 |
| - <include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/detector/radar_detector.launch.xml"> |
| 72 | + <include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/filter/radar_filter.launch.xml"> |
73 | 73 | <arg name="input/radar" value="$(var input/radar)"/>
|
74 | 74 | <arg name="output/objects" value="far_objects"/>
|
75 | 75 | <arg name="radar_lanelet_filtering_range_param_path" value="$(var radar_lanelet_filtering_range_param_path)"/>
|
|
181 | 181 |
|
182 | 182 | <!-- Lidar-Radar fusion based detection -->
|
183 | 183 | <group if="$(eval '"$(var mode)"=="lidar_radar_fusion"')">
|
184 |
| - <!-- Radar detector--> |
| 184 | + <!-- Radar detector/filter--> |
185 | 185 | <group>
|
186 | 186 | <push-ros-namespace namespace="radar"/>
|
187 |
| - <include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/detector/radar_detector.launch.xml"> |
| 187 | + <include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/filter/radar_filter.launch.xml"> |
188 | 188 | <arg name="input/radar" value="$(var input/radar)"/>
|
189 | 189 | <arg name="output/objects" value="far_objects"/>
|
190 | 190 | <arg name="radar_lanelet_filtering_range_param_path" value="$(var radar_lanelet_filtering_range_param_path)"/>
|
|
257 | 257 |
|
258 | 258 | <!-- Radar based detection -->
|
259 | 259 | <group if="$(eval '"$(var mode)"=="radar"')">
|
260 |
| - <!-- Radar detector--> |
261 |
| - <include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/detector/radar_detector.launch.xml"> |
| 260 | + <!-- Radar detector/filter--> |
| 261 | + <include file="$(find-pkg-share tier4_perception_launch)/launch/object_recognition/detection/filter/radar_filter.launch.xml"> |
262 | 262 | <arg name="input/radar" value="$(var input/radar)"/>
|
263 | 263 | <arg name="output/objects" value="objects"/>
|
264 | 264 | <arg name="radar_lanelet_filtering_range_param_path" value="$(var radar_lanelet_filtering_range_param_path)"/>
|
|
0 commit comments