The rough roi of unknown traffic light is shown in white.
The error message resulted by the undetected traffic lights is fixed, so that it will not flood the terminal.
Notes for reviewers
https://github.com/autowarefoundation/autoware.universe/pull/5934
Previously, it was required to output the signal message as long as the rough roi exists.
I'm afraid there exists some misunderstanding here, as a result has_correspond_traffic_signal and has_correspond_roi at this part will always be True.
Description
This PR fixes the following issue: https://github.com/autowarefoundation/autoware.universe/issues/7924
Related links
Parent Issue:
How was this PR tested?
The rough roi of unknown traffic light is shown in white. The error message resulted by the undetected traffic lights is fixed, so that it will not flood the terminal.
Notes for reviewers
https://github.com/autowarefoundation/autoware.universe/pull/5934 Previously, it was required to output the signal message as long as the rough roi exists. I'm afraid there exists some misunderstanding here, as a result
has_correspond_traffic_signal
andhas_correspond_roi
at this part will always be True.Interface changes
None.
Effects on system behavior
None.