since parent collision is always disabled by default for self-collision, we add a new flag

URDF_USE_SELF_COLLISION_INCLUDE_PARENT, to force self-collision between direct parent/child (not recommended in general)
This commit is contained in:
erwincoumans
2018-09-08 14:46:43 -07:00
parent bc0a201bd1
commit 63f4a63e15
4 changed files with 7 additions and 2 deletions

View File

@@ -830,6 +830,7 @@ enum eURDF_Flags
URDF_ENABLE_CACHED_GRAPHICS_SHAPES=1024,
URDF_ENABLE_SLEEPING=2048,
URDF_INITIALIZE_SAT_FEATURES = 4096,
URDF_USE_SELF_COLLISION_INCLUDE_PARENT = 8192,
};
enum eUrdfGeomTypes //sync with UrdfParser UrdfGeomTypes