abstreet/docs/TODO_phase3.md

34 lines
938 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 23:55:33 +03:00
- center the parked cars
- make vanished cars just park again
- how to handle when parking is full or no parking at goal road?
2018-07-09 00:04:19 +03:00
- code cleanup
- try to simplify straw_model step (less phases?)
- figure out responsibility btwn agents and managers, then fix up visibility
- rng should live in a scenario spec layer, not in the sim itself
2018-07-09 00:04:19 +03:00
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
- then make cars park/unpark at the correct position
2018-07-07 00:53:22 +03:00
- 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?