Skip to content

Commit

Permalink
chore(at128): add note of firmware version where channel output bug o…
Browse files Browse the repository at this point in the history
…ccurs
  • Loading branch information
mojomex committed Sep 17, 2024
1 parent e52d6cb commit eaa49f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nebula_tests/hesai/hesai_ros_scan_cutting_test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ TEST_P(ScanCuttingTest, FovAlignment)
bool is_at128 = drivers::SensorModelFromString(hesai_driver_->params_.sensor_model) ==
drivers::SensorModel::HESAI_PANDARAT128;
// There is a bug in AT128's firm- or hardware that skips a few channels at the beginning of the
// defined FoV. for that reason, relax test conditions in the case where that bug happens
// defined FoV. for that reason, relax test conditions in the case where that bug happens.
// Bug observed on SW ver. 3.50.15, FW ver. 3.10b830, RPU ver. 3.50.008
bool is_at128_bug = is_at128 && hesai_driver_->params_.fov_start <= 30 + 3;

if (is_at128_bug) {
Expand Down

0 comments on commit eaa49f6

Please sign in to comment.