refactor(autoware_mpc_lateral_controller): speed up matrix calculation with sparse matrix #8908
+47
−19
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Sep 18, 2024 in 1m 16s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: +0.00 (6.39 -> 6.39)
Details
Annotations
Check notice on line 1 in control/autoware_mpc_lateral_controller/src/mpc.cpp
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
ℹ Getting worse: Overall Code Complexity
The mean cyclomatic complexity increases from 5.11 to 5.16, threshold = 4. This file has many conditional statements (e.g. if, for, while) across its implementation, leading to lower code health. Avoid adding more conditionals.
Loading