Skip to content

Commit

Permalink
Fixes merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
TSNoble committed Nov 18, 2024
1 parent 4ef4ccd commit 695d1c7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1,442 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ struct CollisionRequest
* are included. */
std::string group_name = "";

/** \brief If true, use padded collision environment */
bool pad_environment_collisions = true;

/** \brief If true, do self collision check with padded robot links */
bool pad_self_collisions = false;

/** \brief If true, compute proximity distance */
bool distance = false;

Expand Down
Loading

0 comments on commit 695d1c7

Please sign in to comment.