can we specify a tolerance in the PositionIKRequest?
According to my understanding, for the current implementation of IK request, no matter it is collision aware or non collision aware, we can only specify a single pose with a set of concrete x,y,z,roll,pitch,yaw values. but in some cases, the vicinity of the target position is also acceptable. and if we can add a tolerance in the IK request, we can increase the IK success rate. so is there anyone know how to add a tolerance for the Ik request? btw, i'm using the KDLArmKinematicsPlugin as the kinematics solver.
p.s. in the armnavigationmsgs::GetMotionPlan::Request, we can specify a tolerance for both the position and orientation.
Asked by yangyangcv on 2012-10-28 13:56:15 UTC
Comments
As a related question: would it be possible to specify a position-only IK target (no orientation), or even better, a range of acceptable positions/orientations?
I'd be happy to contribute some of the changes, but some hints where to start would be welcome :-)
Asked by severin on 2013-03-13 02:59:35 UTC