![]() |
Tesseract 0.28.4
|
Tesseract Collision Utils. More...
#include <tesseract/collision/utils.h>Functions | |
| tesseract::common::ContactAllowedValidator::ConstPtr | tesseract::collision::combineContactAllowedValidators (tesseract::common::ContactAllowedValidator::ConstPtr original, tesseract::common::ContactAllowedValidator::ConstPtr override, ACMOverrideType type=ACMOverrideType::OR) |
| Combines two ContactAllowedValidator using the override type. | |
Tesseract Collision Utils.
| tesseract::common::ContactAllowedValidator::ConstPtr tesseract::collision::combineContactAllowedValidators | ( | tesseract::common::ContactAllowedValidator::ConstPtr | original, |
| tesseract::common::ContactAllowedValidator::ConstPtr | override, | ||
| ACMOverrideType | type = ACMOverrideType::OR |
||
| ) |
Combines two ContactAllowedValidator using the override type.
| original | Original ContactAllowedValidator. This will be returned if ACMOverrideType is None |
| override | Overriding ContactAllowedValidator. This will be returned if ACMOverrideType is ASSIGN |
| type | Override type used to combine the ContactAllowedValidator |