Go to the source code of this file.
|
class | lanelet::routing::RoutingCost |
| Abstract class to define a framework for custom routing cost calculation modules. This interfaces can be implemented to allow routing cost calculation based on specific needs (e.g. road conditions). As of now, two modules are implemented which should satisfy basic needs: More...
|
|
class | lanelet::routing::RoutingCostDistance |
| A basic distance-based routing cost module. Uses the 2D length and a fixed lane change cost to evaluate relations. More...
|
|
class | lanelet::routing::RoutingCostTravelTime |
| A basic travel time-based routing cost module. Uses maximum allowed speed or the maximum speed of the participant (what every is lower) and a fixed lane chance cost. More...
|
|