-
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: merge map change checker features to the main branch #60
feat: merge map change checker features to the main branch #60
Conversation
Signed-off-by: Anh Nguyen <[email protected]>
For some reason, the CI checks failed. I will investigate. |
I was able to reproduce the error. Currently, pull requests from forked repositories may fail during CI checks. |
@anhnv3991 I might have found a way to fix it. 4fecf84 |
@anhnv3991 If you use VSCode, the following extension is useful. |
@SakodaShintaro I just used xargs clang-format-14. Which version is used for this pipeline? |
I use
But this PR's difference about formatting may come from |
Signed-off-by: Anh Nguyen <[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.
pclomp/*
is not currently used in autoware, so this pull request does not affect its operation. I have confirmed that logging_simulator
etc. works properly.
In the future, it may be a good idea to remove these files from this repository and move them to map_assessment_tools
.
LGTM
Description
How to test