diff trafficintelligence/tests/events.txt @ 1212:af329f3330ba

work in progress on 3D safety analysis
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 02 May 2023 17:11:24 -0400
parents 658f87232536
children ad60e5adf084
line wrap: on
line diff
--- a/trafficintelligence/tests/events.txt	Tue May 02 07:12:26 2023 -0400
+++ b/trafficintelligence/tests/events.txt	Tue May 02 17:11:24 2023 -0400
@@ -34,7 +34,7 @@
 >>> o2 = MovingObject.generate(2, Point(0.,-5.), Point(0.,1.), TimeInterval(0,10))
 >>> inter = Interaction(roadUser1 = o1, roadUser2 = o2)
 >>> inter.computeIndicators()
->>> predictionParams = ConstantPredictionParameters(10.)
+>>> predictionParams = ConstantPredictionParameters()
 >>> inter.computeCrossingsCollisions(predictionParams, 0.1, 10)
 >>> ttc = inter.getIndicator("Time to Collision")
 >>> ttc[0]