Skip to content

Commit

Permalink
fix: add return false for hungarianFind()
Browse files Browse the repository at this point in the history
  • Loading branch information
SS47816 committed Jan 23, 2024
1 parent e6a3316 commit ed14a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/lidar_obstacle_detector/obstacle_detector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ bool ObstacleDetector<PointT>::hungarianFind(const int i, const std::vector<std:
}
}
}

return false;
}

template <typename PointT>
Expand Down

0 comments on commit ed14a0b

Please sign in to comment.