Skip to content

style(pre-commit): autofix

07c0fa1
Select commit
Loading
Failed to load commit list.
Open

feat: gpu ground segmentation #11371

style(pre-commit): autofix
07c0fa1
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Code Health Review (main) failed Nov 1, 2025 in 49s

CodeScene PR Check

Quality Gate Failed

Gates Failed
Enforce advisory code health rules (2 files with Large Method)

Gates Passed
3 Quality Gates Passed

See analysis details in CodeScene

Reason for failure
Enforce advisory code health rules Violations Code Health Impact
cuda_scan_ground_segmentation_filter_node.cpp 1 advisory rule 9.60 Suppress
ground_segmentation.launch.py 1 advisory rule 8.37 → 7.98 Suppress

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

🚩 Declining Code Health (highest to lowest):

  • Large Method ground_segmentation.launch.py: launch_setup
  • Large Method cuda_scan_ground_segmentation_filter_node.cpp: CudaScanGroundSegmentationFilterNode::CudaScanGroundSegmentationFilterNode

Annotations

Check warning on line 116 in perception/autoware_ground_segmentation_cuda/src/cuda_scan_ground_segmentation/cuda_scan_ground_segmentation_filter_node.cpp

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Code Health Review (main)

❌ New issue: Large Method

CudaScanGroundSegmentationFilterNode::CudaScanGroundSegmentationFilterNode has 72 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.

Check warning on line 580 in launch/tier4_perception_launch/launch/obstacle_segmentation/ground_segmentation/ground_segmentation.launch.py

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Code Health Review (main)

❌ New issue: Large Method

launch_setup has 87 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.