yuxiang-gao/PySocialForce

Wrong config that is handed over to Peds in scene.py

ahumanita opened this issue · 0 comments

self.peds = PedState(state, groups, self.config)

You are handing over self.config, but for Peds which accesses the attributes in the scene section of the config you should hand over self.scene_config, shouldn't you?