We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d763c49 commit 3bb5764Copy full SHA for 3bb5764
planning/behavior_path_planner_common/src/utils/path_safety_checker/safety_check.cpp
@@ -543,9 +543,9 @@ bool checkSafetyWithIntegralPredictedPolygon(
543
updateCollisionCheckDebugMap(debug_map, debug_pair, /*is_safe=*/false);
544
return false;
545
}
546
- updateCollisionCheckDebugMap(debug_map, debug_pair, /*is_safe=*/true);
547
548
+ updateCollisionCheckDebugMap(debug_map, debug_pair, /*is_safe=*/true);
549
550
return true;
551
0 commit comments