Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: hesai timezone unit tests (#81)
* Refactor test case for Pandar40P * Complete Hesai test refactoring into generic implementation The sensor-specific duplicates of the ..._test_main and ..._test files have been refactored into a single generic implementation that takes only the sensor parameters as input. The ReadBag function has been refactored such that it takes a callback function which is called on every point cloud scan. This allows for easy and concise implementation of new test cases. * Fix syntax error * Implement timezone unit tests for Hesai Decoders should always decode pointcloud timestamps in UST. This new unit test decodes the same pointcloud in different timezones and checks if the decoded times are equal. --------- Co-authored-by: Maximilian Schmeller <[email protected]> Co-authored-by: Abraham Monrroy Cano <[email protected]>
- Loading branch information