Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(aip_gen2_x2_launch): fix lidar.launch.xml to update nebula #388

Merged
merged 11 commits into from
Feb 7, 2025
13 changes: 8 additions & 5 deletions aip_x2_gen2_launch/config/dual_return_filter.param.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
/**:
ros__parameters:
roi_mode: "Fixed_azimuth_ROI" # description="options: `No_ROI`, `Fixed_xyz_ROI` or `Fixed_azimuth_ROI`"/>
weak_first_local_noise_threshold: 2 # description="for No_ROI roi_mode, recommended value is 10" />
visibility_error_threshold: 0.95
visibility_warn_threshold: 0.97
max_distance: 10.0
x_max: 18.0
x_min: -12.0
y_max: 2.0
y_min: -2.0
z_max: 10.0
z_min: 0.0
max_distance: 10.0
max_azimuth_diff: 50.0
weak_first_distance_ratio: 1.004
general_distance_ratio: 1.03
weak_first_local_noise_threshold: 2
roi_mode: "Fixed_azimuth_ROI"
visibility_error_threshold: 0.92
visibility_warn_threshold: 0.95
74 changes: 0 additions & 74 deletions aip_x2_gen2_launch/launch/hesai_OT128.launch.xml

This file was deleted.

72 changes: 0 additions & 72 deletions aip_x2_gen2_launch/launch/hesai_QT128.launch.xml

This file was deleted.

Loading
Loading