abstreet/tests
Dustin Carlino 9b4abae174 Fix a treachurous bug that was crashing the simulation, first uncovered
by chance in #870.

A vehicle exits a driveway and blocks a lane on its way out. When we try
to clear the static blockage, the queue calculation recurses to resolve
distances on the queue where that vehicle is entering. But since we
temporarily don't have the car in the list of cars (for the borrow
checker), it was crashing.

One of those "2 hours to figure out, 30 seconds to fix" bugs.
2022-04-23 20:03:28 +01:00
..
goldenfiles Fix a treachurous bug that was crashing the simulation, first uncovered 2022-04-23 20:03:28 +01:00
input Adjust the threshold for what counts as a straight vs right turn from 10 2020-12-18 12:06:16 -08:00
src Save LTN proposals in a more future-proof format (#894) 2022-04-21 04:40:00 -07:00
Cargo.toml Stop re-exporting stuff from synthpop in sim 2022-01-28 13:13:43 +00:00