log python/tests/moving.txt @ 918:3a06007a4bb7

age author description
Wed, 05 Jul 2017 12:19:59 -0400 Nicolas Saunier modularized save trajectories, added slice to Trajectory, etc
Wed, 22 Mar 2017 10:44:24 -0400 Nicolas Saunier added option to compute PET in safety analysis script, and save in database
Fri, 05 Feb 2016 17:17:12 -0500 Nicolas Saunier added __eq__ functions for Point and Trajectory dev
Thu, 14 Jan 2016 11:44:39 -0500 Nicolas Saunier updated the bounding box code (the name so that it is general for ground truth and UT) dev
Tue, 11 Aug 2015 11:49:01 -0400 Nicolas Saunier modification for moving tests (unionIntrvals) dev
Fri, 05 Jun 2015 02:35:29 +0200 Nicolas Saunier corrected bug dev
Tue, 26 May 2015 18:16:51 +0200 Nicolas Saunier corrected bug for intersection of lines (thanks to Paul for finding)
Mon, 18 May 2015 13:53:25 +0200 Nicolas Saunier some method name change and new methods for features in objects (MovingObject) and methods to access indicator values in interactions
Tue, 17 Feb 2015 03:55:55 +0100 Nicolas Saunier major work on pPET and pet, issues remain for pPET computed with predicted trajectories
Sun, 07 Dec 2014 22:59:47 -0500 Nicolas Saunier added tests and corrected one bug
Mon, 22 Sep 2014 16:21:53 -0400 Nicolas Saunier added midpoint function (from laurent gauthier)
Thu, 18 Sep 2014 15:36:57 -0400 Nicolas Saunier corrected bug for curvilinear trajectory with only one position and differentiation
Thu, 28 Aug 2014 17:22:38 -0400 Nicolas Saunier changed arguments to type Point
Thu, 28 Aug 2014 16:42:13 -0400 Nicolas Saunier added functions to use trajectories as alignments
Tue, 12 Aug 2014 17:47:16 -0400 Nicolas Saunier fixed and simplified getSYfromXY
Thu, 07 Aug 2014 00:05:14 -0400 Nicolas Saunier corrected bug for segment intersection
Wed, 06 Aug 2014 17:53:38 -0400 Nicolas Saunier work in progress on intersections (for PET)
Mon, 07 Jul 2014 16:54:10 -0400 Nicolas Saunier added differentiate function for curvilinear trajectories and modified the addPosition functions
Fri, 27 Jun 2014 17:32:11 -0400 Nicolas Saunier corrected bug in Point.timeToCollision that might result in negative TTCs
Thu, 19 Jun 2014 13:31:00 -0400 Nicolas Saunier corrected bugs
Mon, 02 Jun 2014 17:33:22 -0400 Nicolas Saunier optimized direct time to collision computation and added tests
Thu, 13 Feb 2014 01:24:27 -0500 Nicolas Saunier Point/CurvilinearTrajectory/Interaction utiles
Tue, 16 Jul 2013 17:00:17 -0400 Nicolas Saunier Cleaned the methods/functions indicating if a point is in a polygon
Mon, 15 Jul 2013 16:47:09 -0400 Nicolas Saunier lcss subclass for indicators
Tue, 25 Jun 2013 23:43:32 -0400 Nicolas Saunier added simple classification based on speed
Fri, 21 Dec 2012 18:33:36 -0500 Nicolas Saunier added LCSS for trajectories
Mon, 23 Jul 2012 23:07:19 -0400 Nicolas Saunier corrected typos and bugs and added a test
Sat, 21 Jul 2012 00:50:42 -0400 Nicolas Saunier corrected small bugs and typos
Wed, 18 Jul 2012 02:54:22 -0400 Nicolas Saunier added utils for bus processing
Tue, 06 Sep 2011 18:44:23 -0400 Nicolas Saunier re-organized code to avoid cyclic python module dependencies
Mon, 18 Jul 2011 14:29:07 -0400 Nicolas Saunier corrected errors in trajectories (if empty) and getTrajectoryInPolygon
Fri, 15 Jul 2011 02:32:34 -0400 Nicolas Saunier corrected bug for TimeInterval interation and added corresponding test
Thu, 14 Jul 2011 17:15:09 -0400 Nicolas Saunier finally added the representation of intervals
Mon, 13 Jun 2011 16:50:40 -0400 Nicolas Saunier added equal method to intervals
Sun, 12 Jun 2011 03:24:55 -0400 Nicolas Saunier makes use of matplotlib function to test if point is in a polygon
Thu, 09 Jun 2011 16:03:17 -0400 Nicolas Saunier modified the type of the result of interval lengths to float, added comments
Fri, 11 Mar 2011 18:12:29 -0500 Nicolas Saunier added method to test points in polygons and tests
Wed, 10 Nov 2010 23:41:49 -0500 Nicolas Saunier added full support for two implementations of indicators, with tests
Wed, 14 Jul 2010 14:02:11 -0400 Nicolas Saunier methods for trajectories and objects