This pull request disables PlanToEndEffectorOffset by default unless you explicitly pass the allow_untested flag. This came out of the discussion in https://github.com/personalrobotics/prpy/pull/213, where we discovered that this method can return trajectories that are in collision and/or violate constraints.
This pull request disables
PlanToEndEffectorOffset
by default unless you explicitly pass theallow_untested
flag. This came out of the discussion in https://github.com/personalrobotics/prpy/pull/213, where we discovered that this method can return trajectories that are in collision and/or violate constraints.