KavrakiLab / robowflex

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

feature: Expose collision info on World #308

Closed wbthomason closed 1 year ago

wbthomason commented 1 year ago

This PR adds methods to World to expose the self and others collision groups that are constructed when skeletons are added to World, as well as a method to access the World's collision detector. The purpose of this change is to make it easier to do custom collision checks on different skeletons without needing to reconstruct the requisite CollisionGroup objects.