CurvatureTooBig.h
Go to the documentation of this file.
2 
4 
5 namespace lanelet {
6 namespace validation {
7 
9  public:
10  constexpr static const char* name() { return "mapping.curvature_too_big"; }
11 
12  Issues operator()(const LaneletMap& map) override;
13  static void checkCurvature(Issues& issues, const ConstLineString2d& line, const Id& laneletId);
14 };
15 
16 } // namespace validation
17 } // namespace lanelet
int64_t Id
std::vector< Issue > Issues
Definition: Issue.h:65
static constexpr const char * name()
Most simple form of a validator. It gets a map once and reports errors.
Issues operator()(const LaneletMap &map) override
static void checkCurvature(Issues &issues, const ConstLineString2d &line, const Id &laneletId)


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