You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the xacro file given below to spawn a kuka robot in gazebo. Whenever I spawn the robot with this xacro file, I see small vibrations in some of the joints. However, if I comment out the < gazebo > tag that defines the control plugin (line 6 to 11), this vibration disappears.
It seems that the problem is with joints 4, 5 and 6 (joint controllers 5, 6 and 7). If I remove these joints from the xacro the vibration disappears. Moreover, for joints 4 and 6, the controller is not able to move it to the set point correctly. No matter what set point is given, both joints stabilize at some other random point.
I am using the xacro file given below to spawn a kuka robot in gazebo. Whenever I spawn the robot with this xacro file, I see small vibrations in some of the joints. However, if I comment out the < gazebo > tag that defines the control plugin (line 6 to 11), this vibration disappears.
It seems that the problem is with joints 4, 5 and 6 (joint controllers 5, 6 and 7). If I remove these joints from the xacro the vibration disappears. Moreover, for joints 4 and 6, the controller is not able to move it to the set point correctly. No matter what set point is given, both joints stabilize at some other random point.
I was not able to add the videos to this question. So I have uploaded them to a google drive. Here's the link:
https://drive.google.com/drive/folders/1Rtpe_22l3jOnsukvlULb_VTK5IvRVLMJ?usp=sharing
I have also pasted my launch files below the xacro file.
The xacro file is as follows:
The main launch file is as follows:
My controller launch file is as follows:
My controller config (yaml) file is as follows:
The text was updated successfully, but these errors were encountered: