Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception.categories |
Categories define a set of perceivable information.
|
org.opentrafficsim.road.gtu.lane.tactical.util |
Static methods for composition in tactical planners.
|
Modifier and Type | Method and Description |
---|---|
Iterable<HeadwayTrafficLight> |
IntersectionPerception.getTrafficLights(RelativeLane lane)
Returns a set of traffic lights along the route.
|
Iterable<HeadwayTrafficLight> |
DirectIntersectionPerception.getTrafficLights(RelativeLane lane)
Returns a set of traffic lights along the route.
|
Modifier and Type | Method and Description |
---|---|
static Acceleration |
TrafficLightUtil.respondToTrafficLight(Parameters parameters,
HeadwayTrafficLight headwayTrafficLight,
CarFollowingModel carFollowingModel,
Speed speed,
SpeedLimitInfo speedLimitInfo)
Returns an acceleration as response to a traffic light, being positive infinity if ignored.
|
Modifier and Type | Method and Description |
---|---|
static Acceleration |
TrafficLightUtil.respondToTrafficLights(Parameters parameters,
Iterable<HeadwayTrafficLight> headwayTrafficLights,
CarFollowingModel carFollowingModel,
Speed speed,
SpeedLimitInfo speedLimitInfo)
Returns an acceleration as response to a set of traffic lights, being positive infinity if ignored.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.