You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, third party packages like MoveIt expect each controllable joint to have a collision mesh/geometry. If these are not found, the following warnings are thrown:
[ WARN] [1628672207.286446541]: Link panda_leftfinger has visual geometry but no collision geometry. Collision geometry will be left empty. Fix your URDF file by explicitly specifying collision geometry.
[ WARN] [1628672207.286477598]: Link panda_rightfinger has visual geometry but no collision geometry. Collision geometry will be left empty. Fix your URDF file by explicitly specifying collision geometry.
This can easily be solved by moving the collision geometries from the hand joint to the finger joint. I created three possible solutions to this problem (i.e. #151, #150 or #152).
In the current robot description (i.e. franka_ros v0.8.0) the collision geometries for the fingers are found inside the hand joint.
franka_ros/franka_description/robots/hand.xacro
Lines 30 to 53 in 356ec11
Unfortunately, third party packages like MoveIt expect each controllable joint to have a collision mesh/geometry. If these are not found, the following warnings are thrown:
This can easily be solved by moving the collision geometries from the hand joint to the finger joint. I created three possible solutions to this problem (i.e. #151, #150 or #152).
Steps to reproduce the issue
roslaunch panda_moveit_config demo.launch
.The text was updated successfully, but these errors were encountered: