fix(autoware_costmap_generator): fix unusedFunction #8641
Merged
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Aug 27, 2024 in 52s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: +0.00 (9.69 -> 9.69)
- Improving Code Health: 1 findings(s) ✅
Details
✅ Improving Code Health:
- Excess Number of Function Arguments object_map_utils.cpp: PublishOccupancyGrid
Annotations
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
✅ No longer an issue: Excess Number of Function Arguments
PublishOccupancyGrid is no longer above the threshold for number of arguments. This function has too many arguments, indicating a lack of encapsulation. Avoid adding more arguments.
Loading