Multiple OMPL constraints are not possible with 6-DOF arms #2614
Labels
bug
Something isn't working
persistent
Allows issues to remain open without automatic stalling and closing.
stale
Inactive issues and PRs are marked as stale and may be closed automatically.
Description
Having 2 path constraints with OMPL constrained state space lead to
Space is over constrained!
exception and as the result failed motion planning.This was discovered with UR5e robotic arm while exactly the same logic works with Panda arm (the one used in the examples).
Note using either one of the same path constraints at a time works fine with both arms.
Your environment
Steps to reproduce
We have modified MoveItCpp example to use OMPL constraints, defined 2 path constraints and tested with UR5e and Panda arms.
Expected behaviour
The planning should not fail with the exception but complete with either solution found or not.
Actual behaviour
Planning fails with
Space is over constrained!
exceptionBacktrace or Console output
The text was updated successfully, but these errors were encountered: