Wrong config that is handed over to Peds in scene.py
ahumanita opened this issue · 0 comments
ahumanita commented
PySocialForce/pysocialforce/simulator.py
Line 50 in 8c81cd1
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?