PySocialForce icon indicating copy to clipboard operation
PySocialForce copied to clipboard

Extended Social Force Model in Python for social navigation research

Results 6 PySocialForce issues
Sort by recently updated
recently updated
newest added

- scene config was not being passed in, meaning scene always used the default config - removed apparently unnecessary "reversing" (was causing issues for me, not sure if there should...

https://github.com/yuxiang-gao/PySocialForce/blob/8c81cd1ed5db8d0e933417cec77954aa967d4459/pysocialforce/simulator.py#L50 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?

Hi, thanks for your great work about this social force simulator. I've tried this simulator and find it very useful. I have a suggestion to improve the computation efficiency about...

Hi guys, I'm using your PySocialForce package to model a robot / pedestrian interaction in a 2D world. It's really a great effort from your side to create this package...

Hi, Thanks for your excellent repository. I have a question about the agent radius. I am not seeing that you are using agent radius in your SocialForce class. How do...