I need to connect four links(below each link there is a motor, i.e actuated joint) all together to a single big square link, so I needed to model four joints(no actuator attached to them, free), with each joint having the same child(which is the big square link), but after running the simulation in Gazebo, the model was not stable and I could not actuate other joints which were supposed to lift up and down big square link. So my very basic question for starter here is, is it possible to have multiple joint sharing the same child (or parent, if the difference matters) ? If so, what parameters should I include in sdf modeling to keep it stable.
Here is a small chunck of my sdf modeling:
1 -0.06573 -0.000135 0.235000 0 0 0 0.5 0.002110537983145438 6.068160057964515e-06 5.782219040307764e-05 0.0025371464552802047 -3.9203677986423195e-06 0.003081784306452865 0.14 0.14 0.12 model://my_tracks/meshes/Body.stl 0.4 0.4 0.4 1 0.8 0.8 0.8 1 0 0 0 0 0 0 0 1 0.04073 -0.05200 -0.065 0 0 0 aaly__thigh_right_front aaly__body 1 0 0 -0.04573 -0.052 -0.065 0 0 0 aaly__thigh_right_back aaly__body 1 0 0 0.04073 0.05200 -0.065 0 0 0 aaly__thigh_left_front aaly__body 1 0 0 -0.04573 0.052 -0.065 0 0 0 aaly__thigh_left_back aaly__body 1 0 0
I'm using ROS Kinetic with Gazebo 7.0
↧