MPlib icon indicating copy to clipboard operation
MPlib copied to clipboard

Overly Strict Collision Check

Open hesic73 opened this issue 2 months ago • 1 comments

In mplib 0.1.1, there seems to be a minor issue: the planning process assumes collisions are strictly disallowed by default. If a collision is detected, the planning is considered a failure. However, for certain parts of my robot (e.g., a dexterous hand) where collisions are intentionally allowed, the planner incorrectly treats them as failures.

hesic73 avatar Dec 18 '24 05:12 hesic73