Skip to content

Commit

Permalink
#2 outputs with insertion delay
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre authored Jan 7, 2025
1 parent 5bbacf4 commit 1021934
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/web/docs/Simulation/VehicleInsertion.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ insertion delay:
- The parameter Dialog for individual vehicles lists *desired depart*
and *depart delay*

The following simulation outputs provide information on insertion delay:

- [tripinfo-output](Output/TripInfo.md)
- [statistic-output](Output/StatisticOutput.md)

## Effect of simulation step-length
Insertion attempts can only happen in every simulation step. This may cause artifacts in insertion spacing because at the default step-length of 1s is (usually) too short for vehicles to be inserted in successive steps on the same depart location.
By default, the next attempt happens 2 seconds after the first vehicle has departed and this gap may be much larger then mandated by the carFollowModel. There are multiple ways to avoid this effect:
Expand Down

0 comments on commit 1021934

Please sign in to comment.