scenario_simulator_v2 C++ API
|
#include <lane_change.hpp>
Public Types | |
enum class | Type { NONE = 0 , LATERAL_VELOCITY = 1 , LONGITUDINAL_DISTANCE = 2 , TIME = 3 } |
enum class | Policy { FORCE = 0 , BEST_EFFORT = 1 } |
Public Member Functions | |
constexpr | Constraint (const Type type=Type::NONE, const double value=0, const Policy policy=Policy::FORCE) |
Public Attributes | |
Type | type |
double | value |
Policy | policy |
|
strong |
|
inlineexplicitconstexpr |
Policy traffic_simulator::lane_change::Constraint::policy |
Type traffic_simulator::lane_change::Constraint::type |
double traffic_simulator::lane_change::Constraint::value |