Skip to content

Commit

Permalink
fix(AT128): correct cloud min/max angles
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Jun 1, 2024
1 parent 16a2a49 commit 446814c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nebula_ros/config/lidar/hesai/PandarAT128.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
correction_file: $(find-pkg-share nebula_decoders)/calibration/hesai/$(var sensor_model).dat
min_range: 0.3
max_range: 300.0
cloud_min_angle: 0
cloud_max_angle: 360
cloud_min_angle: 30
cloud_max_angle: 150
scan_phase: 30.0
sensor_model: PandarAT128
calibration_file: $(find-pkg-share nebula_decoders)/calibration/hesai/$(var sensor_model).csv
Expand Down

0 comments on commit 446814c

Please sign in to comment.