#include <gtest/gtest.h>
#include <maliput_sparse/geometry/line_string.h>
#include <maliput_sparse/parser/lane.h>
#include <maliput_sparse/parser/segment.h>
|
::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...
|
|