We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b37c7 commit 18960f0Copy full SHA for 18960f0
control/predicted_path_checker/src/predicted_path_checker_node/predicted_path_checker_node.cpp
@@ -549,7 +549,7 @@ void PredictedPathCheckerNode::filterObstacles(
549
550
// Check is it near to trajectory
551
const double max_length = utils::calcObstacleMaxLength(object.shape);
552
- if (traj.size() < 2){
+ if (traj.size() < 2) {
553
continue;
554
}
555
const size_t seg_idx = motion_utils::findNearestSegmentIndex(
0 commit comments