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

perf(autoware_universe_utils): introduce managed transform buffer with implicitly defined listener type #9197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

feat(autoware_universe_utils): rework managed transform buffer

8232deb
Select commit
Loading
Failed to load commit list.
Open

perf(autoware_universe_utils): introduce managed transform buffer with implicitly defined listener type #9197

feat(autoware_universe_utils): rework managed transform buffer
8232deb
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main) succeeded Mar 5, 2025 in 51s

CodeScene PR Check

Quality Gate Passed

Gates Passed
4 Quality Gates Passed

See analysis details in CodeScene

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

Details

✅ Improving Code Health:

  • Overall Code Complexity filter.cpp
  • Lines of Code in a Single File test_concatenate_node_component.py

Annotations

Check notice on line 1 in sensing/autoware_pointcloud_preprocessor/src/filter.cpp

See this annotation in the file changed.

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

✅ Getting better: Overall Code Complexity

The mean cyclomatic complexity decreases from 4.42 to 4.25, 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.

Check notice on line 1 in sensing/autoware_pointcloud_preprocessor/test/test_concatenate_node_component.py

See this annotation in the file changed.

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

✅ Getting better: Lines of Code in a Single File

The lines of code decreases from 690 to 689, improve code health by reducing it to 600. The number of Lines of Code in a single file. More Lines of Code lowers the code health.