#include <algorithm>
#include "carla/trafficmanager/Constants.h"
#include "carla/trafficmanager/DataStructures.h"
Go to the source code of this file.
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
carla::traffic_manager | |
carla::traffic_manager::PID | |
Functions | |
ActuationSignal | carla::traffic_manager::PID::RunStep (StateEntry present_state, StateEntry previous_state, const std::vector< float > &longitudinal_parameters, const std::vector< float > &lateral_parameters) |
This function calculates the actuation signals based on the resent state change of the vehicle to minimize PID error. More... | |