abstreet/docs/TODO_phase3.md

31 lines
757 B
Markdown
Raw Normal View History

2018-07-07 00:53:22 +03:00
# TODO for Phase 3 (Simulation)
2018-07-09 00:04:19 +03:00
## cars
2018-07-07 00:53:22 +03:00
2018-07-09 00:04:19 +03:00
- model cars parking
2018-07-09 20:01:02 +03:00
- clean up DrawCar construction, so parking can make them too
- populate a bunch of parked cars initially
- maybe render numbers on the cars to distinguish them
2018-07-09 00:04:19 +03:00
- try to simplify straw_model step (less phases?)
2018-07-07 00:53:22 +03:00
- better visualization
- draw moving / blocked colors (gradually more red as they wait longer)
- draw stop buffer in front/behind of cars
- draw cars in intersections, even when slightly zoomed out
- draw cars in slightly different colors, to distinguish them better
- start implementing a second AORTAish driving model
- reversible sim
2018-07-09 00:04:19 +03:00
## bikes
2018-07-07 00:53:22 +03:00
- model bikes in driving lanes (as slow cars)
2018-07-09 00:04:19 +03:00
## pedestrians
2018-07-07 00:53:22 +03:00
- model pedestrians
2018-07-09 00:04:19 +03:00
- also move from building to sidewalk?