Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

robotiq_2f_85_gripper_visualization: fix mimic joint limits and mesh error #166

Open
wants to merge 2 commits into
base: kinetic-devel
Choose a base branch
from

Conversation

onionsflying
Copy link
Contributor

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

  1. The same issue as fix mimic joint limits #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.

Copy link

@gurnarok gurnarok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works, giving a working model into Gazebo to simulate it in a wokring environment.

@onionsflying
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants