Closed kobayu858 closed 6 days ago
There are two ways to fix this: either remove the default constructor or have all member variables have a default constructor.
In this case, the default constructor is not used, so it was removed.
Confirmed that colcon build
does not produce any errors.
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 29.94%. Comparing base (
e901751
) to head (b51ecdb
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
This is a fix based on clang-tidy
clang-diagnostic-defaulted-function-deleted
error.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.