maliput_osm
osm_types_compare.h File Reference
#include <gtest/gtest.h>
#include <maliput_sparse/geometry/line_string.h>
#include <maliput_sparse/parser/lane.h>
#include <maliput_sparse/parser/segment.h>
Include dependency graph for osm_types_compare.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 maliput_osm
 
 maliput_osm::osm
 
 maliput_osm::osm::test
 

Functions

::testing::AssertionResult CompareOSMLane (const maliput_sparse::parser::Lane &lhs, const maliput_sparse::parser::Lane &rhs, double tolerance)
 Compares two osm::Lane objects. More...
 
::testing::AssertionResult CompareOSMSegment (const maliput_sparse::parser::Segment &lhs, const maliput_sparse::parser::Segment &rhs, double tolerance)
 Compares two osm::Segment objects. More...