-
Notifications
You must be signed in to change notification settings - Fork 424
Description
Hello all,
I am using a UR10e robot with ros1 noetic, I have installed the drivers for the robot and I am teleoperating the robot by sending twist commands through the ros_controllers_cartesian/TwistController. However, the robot vibrates a lot and makes noise. I have tried the same with a UR10 robot to verify the source of this issue and the UR10 robot does not make any noise or vibrate, rather it smoothly follows the teleop. Could anyone point to what the issue could be?
One of the sources could be an issue in the controller parameters (gain values of the PID), but on the ur10e_controllers.yaml file there are no PID parameters specified. If anyone could provide a background on how the twist controller works that would be great. For instance does it have an integrator within to send position commands to the robot?Also, where could I find the tuneable parameters for the twist_controller?
Thanks!