Closed veqcc closed 4 months ago
Clang-tidy warns yabloc with the following in 7 modules:
no viable conversion from 'yabloc::common::Color' to 'std_msgs::msg::ColorRGBA_<std::allocator<void>>'
or
no viable conversion from 'common::Color' to 'std_msgs::msg::ColorRGBA_<std::allocator<void>>'
Could you fix the codes to avoid these warnings?
If possible, could you add proper assignees? I'm not sure who is responsible for them.
To reduce clang-tidy CRITICAL level warnings
nothing
The warnings are reduced
@veqcc Thank you for reporting the issue. I will try to fix it :+1:
@veqcc I have fixed the warning by https://github.com/autowarefoundation/autoware.universe/pull/7299
Checklist
Description
Clang-tidy warns yabloc with the following in 7 modules:
or
Could you fix the codes to avoid these warnings?
If possible, could you add proper assignees? I'm not sure who is responsible for them.
Purpose
To reduce clang-tidy CRITICAL level warnings
Possible approaches
nothing
Definition of done
The warnings are reduced