Skip to content

Commit

Permalink
chore(hesai_ros_decoder_test): fix unclear naming in console output
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed May 22, 2024
1 parent 691f1a7 commit 65be49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula_tests/hesai/hesai_ros_decoder_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void HesaiRosDecoderTest::ReadBag(
continue;
}

std::cerr << "PC size: " << pointcloud->size() << std::endl;
std::cerr << "Pointcloud size: " << pointcloud->size() << std::endl;

scan_callback(bag_message->time_stamp, scan_timestamp, pointcloud);
}
Expand Down

0 comments on commit 65be49b

Please sign in to comment.