scenario_simulator_v2 C++ API
Public Member Functions | Public Attributes | List of all members
traffic_simulator::lanelet_wrapper::TrafficRulesWithRoutingGraph Struct Reference

#include <lanelet_wrapper.hpp>

Collaboration diagram for traffic_simulator::lanelet_wrapper::TrafficRulesWithRoutingGraph:
Collaboration graph
[legend]

Public Member Functions

 TrafficRulesWithRoutingGraph (const lanelet::LaneletMapPtr lanelet_map_ptr, const std::string &locations, const std::string &participants)
 

Public Attributes

lanelet::traffic_rules::TrafficRulesPtr rules
 
lanelet::routing::RoutingGraphConstPtr graph
 
RouteCache route_cache
 

Constructor & Destructor Documentation

◆ TrafficRulesWithRoutingGraph()

traffic_simulator::lanelet_wrapper::TrafficRulesWithRoutingGraph::TrafficRulesWithRoutingGraph ( const lanelet::LaneletMapPtr  lanelet_map_ptr,
const std::string &  locations,
const std::string &  participants 
)
inline

Member Data Documentation

◆ graph

lanelet::routing::RoutingGraphConstPtr traffic_simulator::lanelet_wrapper::TrafficRulesWithRoutingGraph::graph

◆ route_cache

RouteCache traffic_simulator::lanelet_wrapper::TrafficRulesWithRoutingGraph::route_cache
mutable

◆ rules

lanelet::traffic_rules::TrafficRulesPtr traffic_simulator::lanelet_wrapper::TrafficRulesWithRoutingGraph::rules

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