industrial_moveit
industrial_moveit copied to clipboard
Compute the rollouts state costs in parallel using OpenMP.
Is it still possible to cancel out of an ongoing planning computation?
I am not sure.
This looks like a great optimization contribution, can it be wrapped?
@raghavendersahdev is trying to migrate more stomp integration into the main moveit and we want to port the stomp_moveit plugin over
I really welcome these changes, however OpenMP's coding rigidity seems to make it impossible to track a class member from within the parallelized methods, this means that it won't be possible to stop the planner while it's planning. Anyone knows any workarounds for this?