#include "Utilities.h"#include <lanelet2_core/geometry/Lanelet.h>#include <lanelet2_core/geometry/Polygon.h>#include <cmath>
Go to the source code of this file.
Namespaces | |
| lanelet | |
| lanelet::matching | |
| lanelet::matching::utils | |
Functions | |
| double | lanelet::matching::utils::getMahalanobisDistSq (const ConstLanelet &lanelet, const ObjectWithCovariance2d &obj) |
| Compute squared mahalanobis distance based on pose and covariance, hull is not used. More... | |