2015-11-18 05:07:18 -0500 | commented question | Model collapses when Physics is on HI, I did the same as you and finally narrowed down that it the problem is in the arms. when the forearm is vertical the physics implodes. I think that it's a matter of inertia on the L/RForeArn links |
2015-05-29 10:49:05 -0500 | received badge | ● Teacher (source) |
2015-05-29 02:12:21 -0500 | commented question | Collision and collada meshes I don't have an answer but usually collada meshes are used for visualization. Textureless format with less vertices are usually used for collision, format as stl are best suited for this use case. |
2015-05-29 02:09:24 -0500 | answered a question | How to include QR in gazebo Hi, If you want I created python scripts to automatically generate AR tags models in gazebo. This might save you some time : https://github.com/keulYSMB/gazebo_mo... Method used: texture square in blender and generate sdf files accordingly. Hope this helps, |
2014-11-06 10:41:58 -0500 | answered a question | Contact sensor error when using Gazebo 2.2.3 Hi, I have exactly the same issue but the previous answer didn't solve it. I'm running Gazebo2.2.3 on ROS Indigo (Ubuntu14.04). Here is my urdf implementation: and I get the following error: * Internal Program Error - assertion (this->customContactPublishers.count(name) > 0) failed in std::string gazebo::physics::ContactManager::CreateFilter(const string&, const std::vector<std::basic_string<char> >&): /tmp/buildd/gazebo2-2.2.3/gazebo/physics/ContactManager.cc(329): Failed to create a custom filter Aborted (core dumped) I added a dummy mass and inertia element to my link hoping that this would make a difference but it didn't change anything. Can this be a matter of masses/inertia ? Is it something to modify in my gazebo tags (in the urdf files)? Thanks! Mikael Arguedas |