Constant shaking of robot

asked 2020-05-04 02:43:59 -0500

ThreeForElvenKings gravatar image

updated 2020-05-04 02:51:19 -0500

I know this question has been asked a couple of times, but I haven't found any solution. I'm fairly new to ROS. I am trying to launch a custom urdf file, by creating a joint with parent as world and child as baselink (in my bot/slab it is called mount_link, where the mount_link is the link of the slab )

I am merely trying to get the slab to get fixed on the table in a vertical position

Here is the code I have used for the same

<joint name="mountjoint" type="fixed" > <origin xyz="0.5 0.5 0"/> <parent link="world" /> <child link="mount_link" /> </joint>

https://drive.google.com/file/d/1ITwM... Here is the link of a small video depicting the same.

The white slab (which is a urdf file) is constantly shaking. I have tried applying the dynamics damping tag in the joints, and it still does not work. Please ignore the other stuff on the table.

I have also tried adding the transmission tag in the urdf file from the GazeboROS tutorials and it still does not work. Please help me out here.

Thanks!

edit retag flag offensive close merge delete

Comments

please note that there is Gazebo Answers for asking Gazebo related questions where you will get better help on your question.

With that said I would suspect the issue is in the <link> tag of white slab which cannot be figured out without your urdf file. Please post your question in Gazebo Answers. I'm sure you will get help.

ajal gravatar image ajal  ( 2020-05-04 04:48:19 -0500 )edit