0
votes

Is there a way to collect data from the pedestrian trajectory in cordinates (x, y) without having to program in anylogic?

I used the database as sugested but it only collects the walked distance (m).

1

1 Answers

0
votes

You will have to code it yourself... probably you will need a cyclic event in your pedestrian agent that records every second the coordinates of the position and save it to a dataset, a databsase, a collection, an excel file or anything depending on what you want to do with it.