Closed kobayu858 closed 1 month ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
@veqcc
By using the -D
option, we were able to make the macro understood without creating a new file.
I have checked locally, but have not checked the CI because I was not sure how to check it.
@veqcc
The file signal_display.cpp
in which PLUGINLIB_EXPORT_CLASS
exists has been modified and tested for CI.
If the command is wrong, I get the following error.
common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/src/signal_display.cpp:499:1: error: syntax error [syntaxError] PLUGINLIB_EXPORT_CLASS(autoware_overlay_rviz_plugin::SignalDisplay, rviz_common::Display) ^
However, since it did not appear this time, I was able to confirm that it is working without any problem.
Description
This is a fix based on cppcheck unknownMacro warnings. The problem is that files with this error are not parsed well. This PR solves that problem at the same time.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.