# HG changeset patch # User Nicolas Saunier # Date 1372887580 14400 # Node ID 41e31d8c4383beaba5a5ad59db1722d5fd9ff834 # Parent f1e94826981f3842c9a6749e21ce6e83fc4bee2e corrected small bug diff -r f1e94826981f -r 41e31d8c4383 python/prediction.py --- a/python/prediction.py Thu Jun 27 16:44:53 2013 -0400 +++ b/python/prediction.py Wed Jul 03 17:39:40 2013 -0400 @@ -249,7 +249,7 @@ et.draw('bx') obj1.draw('r') obj2.draw('b') - title('instant {0}'.format(i)) + title('instant {0}'.format(currentInstant)) axis('equal') return collisionPoints, crossingZones