fix(lane_change): cap ego's predicted path velocity (RT1-8505) #9341
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Nov 29, 2024 in 37s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: +0.00 (5.35 -> 5.35)
- Improving Code Health: 2 findings(s) ✅
- Affected Hotspots: 2 files(s) 🔥
Details
✅ Improving Code Health:
- Lines of Code in a Single File scene.cpp 🔥
- Excess Number of Function Arguments utils.cpp: convertToPredictedPath 🔥
Annotations
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
✅ Getting better: Lines of Code in a Single File
The lines of code decreases from 1605 to 1598, improve code health by reducing it to 1000. The number of Lines of Code in a single file. More Lines of Code lowers the code health.
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
✅ No longer an issue: Excess Number of Function Arguments
convertToPredictedPath 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