feat(autoware_mpc_lateral_controller): use parameter from param.yaml file in unit_test #7057
+130
−57
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
failed
Jun 24, 2024 in 40s
CodeScene PR Check
❌ Code Health Quality Gates: FAILED
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Large Method test_mpc.cpp: initParam
Annotations
Check warning on line 185 in control/autoware_mpc_lateral_controller/test/test_mpc.cpp
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
❌ New issue: Large Method
initParam has 79 lines, threshold = 70. Large functions with many lines of code are generally harder to understand and lower the code health. Avoid adding more lines to this function.
Loading