boschresearch / pcg_gazebo

Procedural Generation for Gazebo
https://boschresearch.github.io/pcg_gazebo/
Apache License 2.0
69 stars 24 forks source link

Run placement engines in parallel #42

Open musamarcusso opened 4 years ago

musamarcusso commented 4 years ago

Currently, engines are run in a sequence to avoid collisions, but for engines without overlapping workspaces, they can be run in parallel to improve performance.