To simulate robotiq_2f_85_gripper with Gazebo, I fixed the following 3 issues.
The same issue as #157 .
Gazebo ignores the links without inertial properties.
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.
To simulate robotiq_2f_85_gripper with Gazebo, I fixed the following 3 issues.
robotiq_arg2f_85_base_link.dae
seems to be malformed. When I spawned the gripper model in Gazebo, some errors came out.By the way, I couldn't open
robotiq_arg2f_85_base_link.dae
correctly with MeshLab either.