ros-industrial / robotiq

Robotiq packages (http://wiki.ros.org/robotiq)
BSD 2-Clause "Simplified" License
228 stars 378 forks source link

robotiq_2f_85_gripper_visualization: fix mimic joint limits and mesh error #166

Open onionsflying opened 4 years ago

onionsflying commented 4 years ago

To simulate robotiq_2f_85_gripper with Gazebo, I fixed the following 3 issues.

  1. The same issue as #157 .
  2. Gazebo ignores the links without inertial properties.
  3. The mesh file robotiq_arg2f_85_base_link.dae seems to be malformed. When I spawned the gripper model in Gazebo, some errors came out.
    gzclient: /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/OgreMain/include/OgreAxisAlignedBox.h:252: void Ogre::AxisAlignedBox::setExtents(const Ogre::Vector3&, const Ogre::Vector3&): Assertion `(min.x <= max.x && min.y <= max.y && min.z <= max.z) && "The minimum corner of the box must be less than or equal to maximum corner"' failed.
    Aborted (core dumped)

    By the way, I couldn't open robotiq_arg2f_85_base_link.dae correctly with MeshLab either.

onionsflying commented 11 months ago

@pazeshun Thanks for the reviewing. I've modified the upper values according to your comments.