-
Notifications
You must be signed in to change notification settings - Fork 35
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: caluculate nearest voxel score each point #66
feat: caluculate nearest voxel score each point #66
Conversation
Signed-off-by: yuhei <[email protected]>
Signed-off-by: yuhei <[email protected]>
Signed-off-by: yuhei <[email protected]>
Signed-off-by: yuhei <[email protected]>
Signed-off-by: yuhei <[email protected]>
@SaltUhey |
Signed-off-by: yuhei <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
I left some comments. Please reply to them. 🙏
Signed-off-by: yuhei <[email protected]>
Signed-off-by: yuhei <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your correction.
I have confirmed that the logging_simulator
works well and the mean error of /localization/kinematic_state
is almost the same as before.
Looks Good To Me
Description
To visualize matching score each point, a function is implemented to output a point cloud containing the value of the score of each point.
This score is the highest value of the neighboring voxels of each point.
Related links
autoware_universe