scenario_simulator_v2 C++ API
Classes | Namespaces | Typedefs
traffic_lights_base.hpp File Reference
#include <simulation_interface/simulation_api_schema.pb.h>
#include <functional>
#include <memory>
#include <rclcpp/rclcpp.hpp>
#include <string>
#include <traffic_simulator/hdmap_utils/hdmap_utils.hpp>
#include <traffic_simulator/traffic_lights/configurable_rate_updater.hpp>
#include <traffic_simulator/traffic_lights/traffic_light.hpp>
#include <traffic_simulator/traffic_lights/traffic_light_marker_publisher.hpp>
#include <unordered_map>
#include <vector>
Include dependency graph for traffic_lights_base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  traffic_simulator::TrafficLightsBase
 

Namespaces

 traffic_simulator
 

Typedefs

using traffic_simulator::TrafficLightStatePredictions = std::unordered_map< lanelet::Id, std::vector< std::pair< rclcpp::Time, std::vector< simulation_api_schema::TrafficLight > >> >