PointsTooClose.h
Go to the documentation of this file.
2 
4 
5 namespace lanelet {
6 namespace validation {
7 
12  public:
13  constexpr static const char* name() { return "mapping.points_too_close"; }
14 
15  Issues operator()(const LaneletMap& map) override;
16 };
17 
18 } // namespace validation
19 } // namespace lanelet
static constexpr const char * name()
std::vector< Issue > Issues
Definition: Issue.h:65
Issues operator()(const LaneletMap &map) override
Most simple form of a validator. It gets a map once and reports errors.


lanelet2_validation
Author(s): Fabian Poggenhans
autogenerated on Tue Jun 6 2023 02:24:02