moveit / moveit_core

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
31 stars 76 forks source link

Fix issue #258 in jade-devel #266

Closed Levi-Armstrong closed 8 years ago

Levi-Armstrong commented 8 years ago

This addresses issue #258: When requesting distance information for urdf's that have links with multiple geometries, an incorrect distance is returned. This is a result of the distanceCallback function not checking if both geometries are associated to the same object as done in the collisionCallback.