Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 577 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 577 Bytes

crowd-simulation

Crowd simulation with Social Force Model.

Compilation

mvn package

Execution

time java -jar target/crowd-simulation-1.0-SNAPSHOT-jar-with-dependencies.jar 

Parameters:

  • -fps, --fps <arg>: Time step for the animation.
  • -h, --help: Shows this screen.
  • -s, --desiredSpeed <arg>: Desired speed of pedestrians.
  • -of, --outputFile <arg>: Path to the file for animation output.
  • -sf, --statsFile <arg>: Path to the file to output stats.
  • -p, --pedestrians <arg>: Number of pedestrians.