caranha / Koudou

Modular small community simulator
GNU General Public License v3.0
2 stars 2 forks source link

Simulator should be able to produce log of location info of agents #50

Open caranha opened 1 year ago

caranha commented 1 year ago

Add an option / parameter that makes the simulator output "GPS information" (x,y position).

When this option is active, a logfile (CSV format) is created with the position info of every agent. This file should be incremented at regular time intervals (every X seconds, defined by parameter).

HouShikon commented 1 year ago

Understood, I will work on it