Skip to content

Commit

Permalink
Update tesseract collision validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 4, 2025
1 parent a3a9bf1 commit 3c41ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/environment_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void eventFilterHelper(QObject* /*obj*/,
auto state_solver = env.getStateSolver();

// We want to disable the allowed contact function for this process so it is set null
contact_manager->setIsContactAllowedFn(nullptr);
contact_manager->setContactAllowedValidator(nullptr);
tesseract_collision::ContactResultMap results;
tesseract_collision::ContactRequest request;
request.type = tesseract_collision::ContactTestType::ALL;
Expand Down

0 comments on commit 3c41ceb

Please sign in to comment.