Replies: 10 comments
-
Thanks for the pointers. I've actually been aware of both of those for quite some time :). The |
Beta Was this translation helpful? Give feedback.
-
Yeah, we've implemented the ROS driver for a kuka innovation award project, I'll be out in germany for hannover messe with my group in a couple weeks. |
Beta Was this translation helpful? Give feedback.
-
We've since updated it to run with substantially higher performance in standard mode (udp+serialized flatbuffers) and it also has an FRI mode, many dependencies have also been removed or made optional. What interface is used in kuka_hardware_interface.cpp? |
Beta Was this translation helpful? Give feedback.
-
@ahundt wrote:
It's a node in Correct me if I'm wrong, but I have the impression that FRI is not something that is available on 'regular' industrial offerings of KUKA. |
Beta Was this translation helpful? Give feedback.
-
I think it is a set of software feature one can purchase with the arm. That's why I support two modes, in grl one with FRI and one without, for example. |
Beta Was this translation helpful? Give feedback.
-
sorry for the naive question, but what is RSI? |
Beta Was this translation helpful? Give feedback.
-
RSI is KUKA's Robot Sensor Interface. It's (not really, but still ..) a bit like FRIs smaller brother. 250 Hz position control, synced with controller. Connections over UDP or TCP. See this page (just a page I found) for KUKA's description. KUKARobotSensorInterface.pdf is a PDF manual of v2.3 (from 2009). RSI is more than just an external motion interface (more a dataflow processing system running on the controller), but it's often used to create a motion interface.
I know what FRI is :). I mainly meant that FRI is not something that's used with non-LWR robots. |
Beta Was this translation helpful? Give feedback.
-
Just an addition: TCP/IP is not possible anymore for a newer versions of RSI (3.+) and it has actually two frequency modes (4ms cycle and 12ms cycle). FRI is an optional package for a Sunrise controllers and RSI for KRC4/KRC2, but as far as I know KUKA is planning to implement Sunrise also for KRC4 robots (or hopefully at least for the agilus line) |
Beta Was this translation helpful? Give feedback.
-
@kyjanond: thanks for the additions. That's certainly all true. Sunrise for 'KR C4 robots' I've heard about as well. We'll have to see, I've heard quite some different opinions on the relative merits of the traditional KR Controllers and the Sunrise systems. But I guess that's partly personal as well (previous experience, understanding of modern programming language, etc). |
Beta Was this translation helpful? Give feedback.
-
cool, thanks for the info! |
Beta Was this translation helpful? Give feedback.
-
If you aren't aware the library iiwa_stack (implemented at TUM) may be relevant to you. For high performance FRI drivers grl (implemented by me) may also be relevant.
Feel free to close this if desired, this is just an FYI.
Beta Was this translation helpful? Give feedback.
All reactions