KavrakiLab / robowflex

Making MoveIt Easy!
https://kavrakilab.github.io/robowflex/
Other
114 stars 24 forks source link

feature: Expose composite world collision filter #309

Closed wbthomason closed 1 year ago

wbthomason commented 1 year ago

This allows the collision filter that is constructed when building or cloning a world to be accessed by users of the world, without the need to rebuild the filter using one of the existing methods. This is useful for applications which need to do finer-grained collision checking than the robowflex API supports directly.

The PR also includes a documentation format fix I happened to notice while adding the new method.