Skip to content

Commit

Permalink
fix: fix typo in right_upper downsample mask path
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex authored and kotaro-hihara committed Feb 19, 2025
1 parent 6a0ed8f commit d99b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x2_gen2_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<arg name="calibration_file" value="$(find-pkg-share individual_params)/config/$(var vehicle_id)/aip_x2_gen2/pandar/right_upper.csv" />
<arg name="dual_return_filter_param_file" value="$(var dual_return_filter_param_file)" />
<arg name="point_filters_param_file" value="$(find-pkg-share aip_x2_gen2_launch)/config/point_filters/right_upper/point_filters_one_third.param.yaml" />
<arg name="point_filters.downsample_mask.path" value="$(find-pkg-share aip_x2_gen2_launch)/config/point_filters/right_lower/point_filters_one_third.param.png" />
<arg name="point_filters.downsample_mask.path" value="$(find-pkg-share aip_x2_gen2_launch)/config/point_filters/right_upper/point_filters_one_third.param.png" />
<arg name="dual_return_distance_threshold" value="0.1"/>
<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"/>
Expand Down

0 comments on commit d99b258

Please sign in to comment.