moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
A callback function that is called as part of the broadphase collision checking. More...
#include <bullet_utils.h>
Public Member Functions | |
TesseractCollisionPairCallback (const btDispatcherInfo &dispatchInfo, btCollisionDispatcher *dispatcher, BroadphaseContactResultCallback &results_callback) | |
~TesseractCollisionPairCallback () override=default | |
bool | processOverlap (btBroadphasePair &pair) override |
A callback function that is called as part of the broadphase collision checking.
If the AABB of two collision objects are overlapping the processOverlap method is called and they are checked for collision/distance and the results are stored in collision_.
Definition at line 638 of file bullet_utils.h.
|
inline |
Definition at line 647 of file bullet_utils.h.
|
overridedefault |
|
override |