-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(marker_radar_lidar_calibrator): t4 garage xx1 experiment [DO NOT MERGE] #195
base: feature/marker_radar_lidar_calibrator_support_radars_and_transformation_algorithms
Are you sure you want to change the base?
Conversation
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
@vividf Please provide a commit in which this does not happen. This should be possible by setting an appropriate max cluster z. |
I changed the cluster max size from 2000 to 500 and it became more stable. |
@knzo25 branch is updated for some changes. |
* chore: tune parameter setting for smooth calibration Signed-off-by: vividf <[email protected]> * chore: fix default rviz for text markers Signed-off-by: vividf <[email protected]> * chore: fix default rviz for text markers Signed-off-by: vividf <[email protected]> * chore: remove unused header Signed-off-by: vividf <[email protected]> * chore: change function name to evaluateCombinations Signed-off-by: vividf <[email protected]> * chore: change function name to get2DRotationDelta Signed-off-by: vividf <[email protected]> * chore: change variable name Signed-off-by: vividf <[email protected]> * chore: fix waiting to extract the background model Signed-off-by: vividf <[email protected]> * chore: fix grammar error Signed-off-by: vividf <[email protected]> * chore: fix function name and clean code Signed-off-by: vividf <[email protected]> * chore: remove unnessary logging Signed-off-by: vividf <[email protected]> * chore: fix int to size_t Signed-off-by: vividf <[email protected]> * chore: fix estimateZeroRollTransformation logging Signed-off-by: vividf <[email protected]> * chore: add std::size_t Signed-off-by: vividf <[email protected]> * chore: NULL to nullptr Signed-off-by: vividf <[email protected]> * chore: declare point type only once Signed-off-by: vividf <[email protected]> * chore: remove class member and declare new structure Signed-off-by: vividf <[email protected]> * chore: fix description of radar_optimization_frame Signed-off-by: vividf <[email protected]> * chore: remove if condition Signed-off-by: vividf <[email protected]> * chore: fix function name setDelta Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]>
Description
Making a dummy PR do evaluate and comment about the changes required to perform radar calibration in the garage
Related links
Tests performed
Notes for reviewers
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.