-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Jerky" motions while using kuka_rsi_hw_interface for a KUKA KR240 L210 MED #147
Comments
Yes. This is the issue discussed in #126 and unfortunately it has not been resolved yet. I slow down the robot to mitigate this issue at least a little bit. |
I have the same issues with the EKI interface as well... @cschindlbeck @gavanderhoorn are you running with this/these issues currently? |
There are two main causes for jerky motions that have been identified so far:
A third could potentially be using a PC with a high enough cpu load so as to cause starvation of the RSI / EKI driver node -- but that is fixable using a proper real-time kernel (and a small change actually to the driver nodes). Switching to the Until somebody writes a jerk-limited time parameterisation and |
Hi all,
I am working with a KUKA KR240 L210 MED with a safe control system and would like to control it via the kuka_rsi_hw_interface. Starting the moveit_planning_execution.launch works and the robot can be started without problems. Also the visualization and path planning via Rviz and the execution of the movement works. My problem now is that the robot jerks randomly and does not move smoothly. At first I thought, there are too few waypoints passed and increased the number but there was no improvement. Also different planners from moveit don't lead to a clear improvement of the movement.
Has someone already had similar problems and could help me?
The text was updated successfully, but these errors were encountered: