Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pointcloud_preprocessor): fix distortion corrector unit test (aut…
…owarefoundation#7833) * fix: use pointcloud iterator instead of memcpy, remove reinterpret cast Signed-off-by: vividf <[email protected]> * chore: set default debugging parameter to false Signed-off-by: vividf <[email protected]> * style(pre-commit): autofix * chore: run precommit Signed-off-by: vividf <[email protected]> * chore: fix TIER IV name Signed-off-by: vividf <[email protected]> * chore: changed public variables to protected and add getters Signed-off-by: vividf <[email protected]> * chore: add tolerance Signed-off-by: vividf <[email protected]> * feat: add two tests for pure linear and rotation Signed-off-by: vividf <[email protected]> * chore: change naming, fix tolerance value Signed-off-by: vividf <[email protected]> * chore: add comment for quat Signed-off-by: vividf <[email protected]> * fix: remove node_->get_clock() and use self-defined timestamp Signed-off-by: vividf <[email protected]> * chore: remove redundant parameters Signed-off-by: vividf <[email protected]> * chore: fix spell error and add tests in cmake Signed-off-by: vividf <[email protected]> * chore: move all clock->now() to self-defined time Signed-off-by: vividf <[email protected]> * chore: change function names Signed-off-by: vividf <[email protected]> * chore: remove irrelevant variable Signed-off-by: vividf <[email protected]> * chore: fix variables naming Signed-off-by: vividf <[email protected]> * chore: change boolen naming: generate_points Signed-off-by: vividf <[email protected]> * chore: add assert to make sure ms is not larger than a second Signed-off-by: vividf <[email protected]> * chore: add note Signed-off-by: vividf <[email protected]> * chore: add unifore initialization and semantic meaning for magic number Signed-off-by: vividf <[email protected]> * chore: change vector to Eigen Signed-off-by: vividf <[email protected]> * chore: fix explanation Signed-off-by: vividf <[email protected]> * chore: fix more eigen Signed-off-by: vividf <[email protected]> * chore: fix more magic numbers Signed-off-by: vividf <[email protected]> * chore: add unit Signed-off-by: vividf <[email protected]> * fix: use assert from gtest Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
- Loading branch information