SOLA
|
#include <central_server.h>
Public Member Functions | |
CentralServer (CentralSettings settings, std::shared_ptr< PathPlanningLoggerNs3 > logger) | |
void | setIntersections (const std::set< PPVector > &intersections) |
Central server that processes occupancy requests from clients by managing all intersection occupancies centralized, calculate possible start times and can therefore guarantee conflict free intersection occupancies.
void daisi::path_planning::consensus::CentralServer::setIntersections | ( | const std::set< PPVector > & | intersections | ) |
Set the intersections that this server is handling
intersections | all global intersections |