Commit Graph

19 Commits

Author SHA1 Message Date
Mattéo Delabre 5f38c6c64e
Implement out-of-route navigation 2021-05-16 12:01:51 +02:00
Mattéo Delabre ff84c7c93b
Remove courses that have reached their destination 2021-05-15 13:10:56 +02:00
Mattéo Delabre ef8d88de28
Ajout variable globale __courses et __network pour débogage 2021-05-15 12:38:24 +02:00
Mattéo Delabre 6d76d874a1
Refonte du code de simulation 2021-05-15 00:43:45 +02:00
Mattéo Delabre 9d163f257d
Migrate to ES6 modules and update dependencies 2021-05-11 21:39:24 +02:00
Mattéo Delabre 6b7333c46b
Add show-courses script 2021-05-11 17:20:12 +02:00
Mattéo Delabre 0b8963af99
Remove passings duplicates 2020-07-27 21:21:07 +02:00
Mattéo Delabre fe08c42920
Sort passings, improve simulation
* use DFS to find path when passings are missing
* give passings sorted by increasing time
2020-07-27 21:01:21 +02:00
Mattéo Delabre 079fbcf310
Code cleanup: Update ESLint conf, improve internal passings interface 2020-07-26 01:48:40 +02:00
Mattéo Delabre 35cd0e1e72
Migrate geolib to turf, reduce bundle size 2020-07-25 16:28:51 +02:00
Mattéo Delabre 59c28f544e
Fix typo in simulation warning 2020-07-25 13:46:54 +02:00
Mattéo Delabre 314625f4ef
Rename `points` array to `nodes` in segments 2020-07-25 01:02:07 +02:00
Mattéo Delabre 41a92ff826
Simulation: Fix undefined segment, keep history 2020-07-25 00:57:47 +02:00
Mattéo Delabre 5dfa49b75f
Improve simulation code stability 2020-07-24 19:05:43 +02:00
Mattéo Delabre d13a9ea3d7
Add vehicle angle 2020-07-24 00:18:30 +02:00
Mattéo Delabre f080bb808e
Interpolate coordinates in Mercator space for better accuracy 2020-07-23 19:19:35 +02:00
Mattéo Delabre d688bff813
Load simulation in front 2020-07-23 17:29:35 +02:00
Mattéo Delabre f054b11743
Exclude unknown data from realtime 2020-07-23 01:02:22 +02:00
Mattéo Delabre 476a0787a1
Extract TaM simulation from front and TaM data from back 2020-07-19 22:13:26 +02:00