Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<vehicleType id="bicycle">
  <maximumVelocity meterPerSecond="4.17"/>
  <passengerCarEquivalents pce="0.25"/>
  ...
 </vehicleType>
...
<vehicle id="1" type="car"/>
<vehicle id="6" type="bicycle"/>
...

...

Configuration

For the mixed traffic conditions, the mobility simulation (currently only for "qsim") needs to be informed about the main modes, source of vehicles, link dynamics (FIFO, PassingQ, SeepageQ) and traffic dynamics (queue, withHoles).

...