Uses of Class
org.opentrafficsim.road.gtu.lane.CollisionDetector
Packages that use CollisionDetector
Package
Description
The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.
-
Uses of CollisionDetector in org.opentrafficsim.road.gtu.lane
Methods in org.opentrafficsim.road.gtu.lane that return CollisionDetectorModifier and TypeMethodDescriptionCollisionDetector.destroyGtu()Destroys the GTU upon a collision.CollisionDetector.logCollisions()Logs collision with distance, speed difference and angle at info level.CollisionDetector.stopCollided()Stops the GTU and the object if it is a GTU.CollisionDetector.throwException()Throws an exception upon a collision.