This allows the disambiguation between the joint limits from the openrave Robot and the actual joint limits of the hardware (from looking up specs). Currently, the two prpy planners that call CheckJointLimits are now configured to catch SoftJointLimitError exceptions and continue.
@gilwoolee please take a look. There aren't many changes, and this is definitely still in progress. We also need to something about OMPL planners.
This allows the disambiguation between the joint limits from the
openrave Robot
and the actual joint limits of the hardware (from looking up specs). Currently, the twoprpy
planners that callCheckJointLimits
are now configured to catchSoftJointLimitError
exceptions and continue.@gilwoolee please take a look. There aren't many changes, and this is definitely still in progress. We also need to something about OMPL planners.