ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Erik's profile - activity

2016-08-19 07:28:28 -0500 received badge  Taxonomist
2012-08-30 01:15:47 -0500 received badge  Notable Question (source)
2012-08-30 01:15:47 -0500 received badge  Famous Question (source)
2012-08-30 01:15:47 -0500 received badge  Popular Question (source)
2011-09-28 20:09:37 -0500 received badge  Editor (source)
2011-09-28 20:04:27 -0500 asked a question Modeling remote driven link

Hi Everyone,

I'm modeling a robot simulation using gazebo, and have a question about the parent child relationship of the links.

My robot consists of a base and 6 legs. Each leg consist of three links/joints. So lets say I have a configuration which consist of : (base – hip – upper leg – lower leg) all connected by a revolute joint. So in first place you would say that:

Base is parent of the Hip. Hip is parent of the upper leg. Upper leg is parent of the lower leg.

But in real robot it is somewhat different. Here the lower leg is remotely driven. So when the upper leg rotates about the (hip-upper leg) joint, the lower leg will only translate along with the upper leg, but does not change its orientation! w.r.t. the hip.

Here also a figure of the upper and lower leg is given, which should make the question more clear. So when theta_1 changes, vartheta_2 will remain the same. So theta_2 will change!

image description

Anyone an idea to implement this in Gazebo? Can I do something with the parent-child relations, add a massless assistant link to accomplish this, or do I have to do something totally different?

Thanks in advance!

Erik