How to increase the payload for the KUKA arm with KR210 claw?

asked 2018-06-17 23:16:17 -0500

dpakshimpo gravatar image

updated 2018-06-21 03:29:04 -0500

https://github.com/udacity/RoboND-Kin...

I am using the above mentioned KUKA arm model to simulate pick and place. We noticed that KUKA arm would not pick objects heavier than 2.5 kg in Gazebo simulation. We are not sure if this is a simulation limitation or limitation of the gripper (KR210 claw). I are not from robotics background, so pardon my naivete.

Approaches tried to get it to lift heavier payload, but failed with all of them.

  • Tried scaling the gripper to double the size and also increased the mass of gripper model
  • Tried removing the velocity limits from joint-limits.yaml
  • Tried to scale down the velocity using scaling factor to check if it can carry more weight
  • Tried increasing the friction coefficient of the target object (it is a cylinder)

Some of the messages when I tried the above approaches from MoveIt! are: - Gripper controller failed GOAL TOLERANCE LIMIT violated - Assuming lower bounds for Gripper controller

A few questions,

  1. How does MoveIt! decide whether the object can be picked or not?

  2. Where can we find the specifications of KR210 claw? If we can get KUKA arm to carry heavier payload in simulation, where do we do that parameter tweaking?

  3. Are there any other KUKA arm compatible grippers with DAE/STL files available, which has a higher payload capability? Could you please point me to those links?

edit retag flag offensive close merge delete

Comments

Not an answer and perhaps not what you are looking for, but have you asked Udacity about this? It is their model so they might be able to help you better/faster/easier.

gvdhoorn gravatar image gvdhoorn  ( 2018-06-21 02:34:37 -0500 )edit

Additionally: it's considered bad form to ask multiple questions in a single post. ROS Answers is a Q&A forum, which is different from a regular forum, in that there is an optimal 1:1 ratio of questions and answers. Your 4 questions are hidden behind the "how to increase payload" title.

gvdhoorn gravatar image gvdhoorn  ( 2018-06-21 02:35:45 -0500 )edit

I thought about it, probably question 4 is not directly related to this, so I will remove it. But others are directly related to this problem. Hence I would prefer to retain it. Any pointers as to how to contact Udacity? In their git link?

dpakshimpo gravatar image dpakshimpo  ( 2018-06-21 03:28:40 -0500 )edit
1

You don't need to remove anything, just keep it in mind for next time.

re: contact udacity: yes, posting an issue on their github tracker is probably a good way. Don't expect them to 'jump' on it though.

gvdhoorn gravatar image gvdhoorn  ( 2018-06-21 03:29:49 -0500 )edit

Thanks for your time and reply. Appreciate it!

dpakshimpo gravatar image dpakshimpo  ( 2018-06-21 03:37:41 -0500 )edit