#include <configuration.hpp>
◆ Filename
◆ Pathname
◆ Configuration() [1/2]
traffic_simulator::Configuration::Configuration |
( |
const Pathname & |
map_path, |
|
|
const Pathname & |
scenario_path, |
|
|
const std::set< std::uint8_t > & |
auto_sink_entity_types = {} |
|
) |
| |
|
inlineexplicit |
◆ Configuration() [2/2]
traffic_simulator::Configuration::Configuration |
( |
const Pathname & |
map_path, |
|
|
const Filename & |
lanelet2_map_file, |
|
|
const Pathname & |
scenario_path, |
|
|
const std::set< std::uint8_t > & |
auto_sink_entity_types = {} |
|
) |
| |
|
inlineexplicit |
◆ assertMapPath()
auto traffic_simulator::Configuration::assertMapPath |
( |
const Pathname & |
map_path | ) |
const -> const Pathname &
|
|
inline |
◆ contains()
template<typename... Ts>
auto traffic_simulator::Configuration::contains |
( |
Ts &&... |
xs | ) |
const -> bool
|
|
inline |
◆ findLexicographicallyFirstFilenameOf()
auto traffic_simulator::Configuration::findLexicographicallyFirstFilenameOf |
( |
const Pathname & |
pathname, |
|
|
const std::string & |
extension |
|
) |
| const -> Filename
|
|
inline |
◆ getLanelet2MapFile()
auto traffic_simulator::Configuration::getLanelet2MapFile |
( |
| ) |
const -> const auto &
|
|
inline |
◆ getPointCloudMapFile()
auto traffic_simulator::Configuration::getPointCloudMapFile |
( |
| ) |
const -> const auto &
|
|
inline |
◆ lanelet2_map_path()
auto traffic_simulator::Configuration::lanelet2_map_path |
( |
| ) |
const -> boost::filesystem::path |
|
inline |
◆ pointcloud_map_path()
auto traffic_simulator::Configuration::pointcloud_map_path |
( |
| ) |
const -> boost::filesystem::path
|
|
inline |
◆ auto_sink_entity_types
const std::set<std::uint8_t> traffic_simulator::Configuration::auto_sink_entity_types |
◆ conventional_traffic_light_publish_rate
const double traffic_simulator::Configuration::conventional_traffic_light_publish_rate = 30.0 |
◆ lanelet2_map_file
const Filename traffic_simulator::Configuration::lanelet2_map_file |
◆ map_path
const Pathname traffic_simulator::Configuration::map_path |
◆ pointcloud_map_file
const Filename traffic_simulator::Configuration::pointcloud_map_file |
◆ scenario_path
const Pathname traffic_simulator::Configuration::scenario_path |
◆ simulator_host
std::string traffic_simulator::Configuration::simulator_host = "localhost" |
◆ standalone_mode
const bool traffic_simulator::Configuration::standalone_mode = false |
◆ v2i_traffic_light_publish_rate
const double traffic_simulator::Configuration::v2i_traffic_light_publish_rate = 10.0 |
◆ verbose
bool traffic_simulator::Configuration::verbose = false |
The documentation for this struct was generated from the following file: