Skip to content

Commit

Permalink
fix(aip_gen2_x2_launch): fix lidar.launch.xml to update nebula (#388)
Browse files Browse the repository at this point in the history
* add ptp_lock_threshold and udp_only

* add upd_only

* add sensor_model and launch_hw

* add dual_return_distance_threshold

* add blockage_diagnostics_param_file

* use nebula_node_container.py from lidar.launch.xml

* fix argument error

* fix sensor_frame to frame_id

* add min_range, max_range

* remove unused launch file

* add params for dual_return_filter
  • Loading branch information
kotaro-hihara authored Feb 7, 2025
1 parent 5bc60cf commit 59c0a99
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 188 deletions.
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

0 comments on commit 59c0a99

Please sign in to comment.