freneticlib.representations.kappa_representation
Module Contents
Classes
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
Functions
|
- freneticlib.representations.kappa_representation.frenet_to_cartesian(x0, y0, theta0, ss, kappas) List[source]
- class freneticlib.representations.kappa_representation.AbstractKappaRepresentation(length: int, variation: int = 0, global_bound: float = 0.07, local_bound: float = 0.05)[source]
Bases:
freneticlib.representations.abstract_representation.RoadRepresentation,abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- class freneticlib.representations.kappa_representation.FixStepKappaRepresentation(length: int, variation: int = 0, step: float = 10.0, global_bound: float = 0.0698, local_bound: float = 0.05)[source]
Bases:
AbstractKappaRepresentationHelper class that provides a standard way to create an ABC using inheritance.
- class freneticlib.representations.kappa_representation.KappaRepresentation(length: int, variation: int = 0, low_step: float = 5.0, high_step: float = 15.0, global_bound: float = 0.07, local_bound: float = 0.05)[source]
Bases:
AbstractKappaRepresentationHelper class that provides a standard way to create an ABC using inheritance.