Template Function lanelet::matching::utils::findWithin

Function Documentation

template<typename LayerT>
auto lanelet::matching::utils::findWithin(LayerT &map, const Object2d &obj, double maxDist) -> std::vector<std::pair<double, traits::LayerPrimitiveType<LayerT>>>

Find all primitives as close as or closer than maxDist to an object.