maliput
RoadGeometryContiguityBuildFlags Struct Reference

Detailed Description

Holds RoadGeometry contiguity build configuration.

See also
CreateMockContiguousRoadGeometry() docstring for full details on how this structure pairs with the function.

#include <include/maliput/test_utilities/mock.h>

Public Attributes

bool add_linear_mismatch {false}
 
bool add_angular_mismatch {false}
 
double linear_tolerance {0}
 
double angular_tolerance {0}
 
math::Vector3 inertial_to_backend_frame_translation {0., 0., 0.}
 

Member Data Documentation

◆ add_angular_mismatch

bool add_angular_mismatch {false}

◆ add_linear_mismatch

bool add_linear_mismatch {false}

◆ angular_tolerance

double angular_tolerance {0}

◆ inertial_to_backend_frame_translation

math::Vector3 inertial_to_backend_frame_translation {0., 0., 0.}

◆ linear_tolerance

double linear_tolerance {0}

The documentation for this struct was generated from the following file: