#include <lanelet_wrapper.hpp>
|
auto | getRoute (const lanelet::Id from_lanelet_id, const lanelet::Id to_lanelet_id, const lanelet::LaneletMapPtr &lanelet_map, const RoutingConfiguration &routing_configuration, const lanelet::routing::RoutingGraphConstPtr &routing_graph) -> lanelet::Ids |
|
auto | getRoute (const lanelet::Id from, const lanelet::Id to, const bool allow_lane_change) -> decltype(auto) |
|
◆ getRoute() [1/2]
auto traffic_simulator::lanelet_wrapper::RouteCache::getRoute |
( |
const lanelet::Id |
from, |
|
|
const lanelet::Id |
to, |
|
|
const bool |
allow_lane_change |
|
) |
| -> decltype(auto)
|
|
inline |
◆ getRoute() [2/2]
auto traffic_simulator::lanelet_wrapper::RouteCache::getRoute |
( |
const lanelet::Id |
from_lanelet_id, |
|
|
const lanelet::Id |
to_lanelet_id, |
|
|
const lanelet::LaneletMapPtr & |
lanelet_map, |
|
|
const RoutingConfiguration & |
routing_configuration, |
|
|
const lanelet::routing::RoutingGraphConstPtr & |
routing_graph |
|
) |
| -> lanelet::Ids
|
|
inline |
- Note
- to use default routing costs: distance along lanelets
The documentation for this class was generated from the following file: