Skip to content

Commit

Permalink
chore(aip_x2_gen2_launch): use dual_return_filter for right_upper&fro…
Browse files Browse the repository at this point in the history
…nt_lower (#389)
  • Loading branch information
kotaro-hihara authored Feb 11, 2025
1 parent 59c0a99 commit 21efc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip_x2_gen2_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<arg name="blockage_diagnostics_param_file" value="$(find-pkg-share aip_x2_gen2_launch)/config/blockage_diagnostics_param_file.yaml" />
<arg name="min_azimuth_deg" value="45.0"/>
<arg name="max_azimuth_deg" value="135.0"/>
<arg name="use_dual_return_filter" value="false"/>
<arg name="use_dual_return_filter" value="true"/>
</include>
</group>

Expand Down Expand Up @@ -316,7 +316,7 @@
<arg name="blockage_diagnostics_param_file" value="$(find-pkg-share aip_x2_gen2_launch)/config/blockage_diagnostics_param_file.yaml" />
<arg name="min_azimuth_deg" value="135.0"/>
<arg name="max_azimuth_deg" value="225.0"/>
<arg name="use_dual_return_filter" value="false"/>
<arg name="use_dual_return_filter" value="true"/>
</include>
</group>

Expand Down

0 comments on commit 21efc83

Please sign in to comment.