Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lane_change): apply new RTC state #7152

Merged
merged 5 commits into from
May 31, 2024

Merge branch 'main' into feat/lane_change_rtc_state

c591a9d
Select commit
Loading
Failed to load commit list.
Merged

feat(lane_change): apply new RTC state #7152

Merge branch 'main' into feat/lane_change_rtc_state
c591a9d
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main) succeeded May 30, 2024 in 37s

CodeScene PR Check

Code Health Quality Gates: OK

  • Affected Hotspots: 1 files(s) 🔥

View detailed results in CodeScene

Details

Annotations

Check notice on line 1 in planning/behavior_path_lane_change_module/src/utils/utils.cpp

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)

ℹ Getting worse: Overall Code Complexity

The mean cyclomatic complexity increases from 4.18 to 4.20, 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.