Class DuplicatedPointsChecker

Inheritance Relationships

Base Type

Class Documentation

class DuplicatedPointsChecker : public lanelet::validation::MapValidator

This check looks for points within linestrings or polygons that appear two times in succession. These are not allowed because they often confuse geometry algorithms.

Public Functions

virtual Issues operator()(const LaneletMap &map) override

Public Static Functions

static inline constexpr const char *name()