Multirobot set up #270
Replies: 2 comments 12 replies
-
|
Hi Alex, KUKA's RoboTeam is not currently supported. The equivalent in ABB (multimove) is supported, so the simulation can be reused, what's mainly missing is KRC code generation. |
Beta Was this translation helpful? Give feedback.
-
|
Regarding your second question, this is explained better in the wiki than in the thread you linked, see: https://github.com/visose/Robots/wiki/Robot-libraries |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to program two KUKA arms using roboteam. I would like the TCP of one robot to be following a dynamic frame/base on the end of the other robot, e.g. for one robot to be holding a pen and writing on a moving workpiece held by the other robot.
One way I think this can be achieved is through using the "Create frame" component in the same way as programming synchronous movement on an external axis, but is there an example of how to set this up?
But I can also see a way of doing this through the "Kinematics" component as well? Any advice on which approach is better?
Also, from looking at this thread here, I'm a little confused as to where I can implement using the robot frames/tools rather than the hard coded bases. You mention
Now you can add a number attribute to a Tool element to load a tool from the controller's TOOL_DATA array. This is only supported in KUKA.but I'm not 100% clear where to do this?Beta Was this translation helpful? Give feedback.
All reactions