We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear pedsim_ros team,
Thanks for this amazing simulator. Which parameters should I change in order to ensure that the pedestrians keep a larger distance among each other?
Best, Bruno
The text was updated successfully, but these errors were encountered:
The separation distance is computed based on the forces acting on the agents. We do not have this nicely parametrized right now but it is possible to make it so. A starting point is the move method here https://github.com/srl-freiburg/pedsim_ros/blob/master/pedsim_simulator/src/element/agent.cpp#L179
move
The forces are weighted by the values here https://github.com/srl-freiburg/pedsim_ros/blob/master/pedsim_simulator/src/config.cpp#L37
You can tweak these to get to what you need. If you have some spare cycles, it would be nice to add these to YAML for easy config updates
Sorry, something went wrong.
Nice! Thanks! I can do that. I will submit a pull request later.
No branches or pull requests
Dear pedsim_ros team,
Thanks for this amazing simulator. Which parameters should I change in order to ensure that the pedestrians keep a larger distance among each other?
Best,
Bruno
The text was updated successfully, but these errors were encountered: