OpendriveEvaluatorParameters

@Serializable
data class OpendriveEvaluatorParameters(val skipRoadShapeRemoval: Boolean, val numberTolerance: Double, val planViewGeometryDistanceTolerance: Double, val planViewGeometryDistanceWarningTolerance: Double, val planViewGeometryAngleTolerance: Double, val planViewGeometryAngleWarningTolerance: Double)

Parameters for the OpenDRIVE validator.

Constructors

Link copied to clipboard
constructor(skipRoadShapeRemoval: Boolean, numberTolerance: Double, planViewGeometryDistanceTolerance: Double, planViewGeometryDistanceWarningTolerance: Double, planViewGeometryAngleTolerance: Double, planViewGeometryAngleWarningTolerance: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

allowed tolerance when comparing double values

Link copied to clipboard

angle tolerance between two geometry elements of the plan view

Link copied to clipboard

warning tolerance for angles between two geometry elements of the plan view

Link copied to clipboard

distance tolerance between two geometry elements of the plan view

Link copied to clipboard

warning tolerance for distances between two geometry elements of the plan view

Link copied to clipboard

skip the removal of the road shape, if a lateral lane offset exists (not compliant to standard)