fix(autoware_traffic_light_selector): add camera_info into message_filter #10089
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Feb 11, 2025 in 36s
CodeScene PR Check
Quality Gate Passed
Gates Passed
4 Quality Gates Passed
See analysis details in CodeScene
Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
Details
✅ Improving Code Health:
- Complex Method traffic_light_selector_node.cpp: TrafficLightSelectorNode::objectsCallback
Annotations
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
✅ Getting better: Complex Method
TrafficLightSelectorNode::objectsCallback decreases in cyclomatic complexity from 15 to 14, threshold = 9. This function has many conditional statements (e.g. if, for, while), leading to lower code health. Avoid adding more conditionals and code to it without refactoring.
Loading