Fanuc Ros Noetic Driver with R636 Socket Messaging #378
-
|
Hello, My LRmate 200ic currently has R636 socket messaging. I want to use the ROS industrial driver (ROS noetic) with this robot controller. It currently has R636 but the prerequisites [https://wiki.ros.org/fanuc/Tutorials/hydro/Installation] direct to use R648 User Socket Messaging. Has anyone tried this driver with R636? or R648 is a must? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
As far as I know you'll need There is some conflicting information on the internet suggesting If you can use |
Beta Was this translation helpful? Give feedback.
As far as I know you'll need
R648, as that's User Socket Messaging.There is some conflicting information on the internet suggesting
R636can also work, but I've never been able to verify that.If you can use
MSG_*(..)functions in a Karel program on your controller, you should be able to run the driver. But again, AFAIK, those functions are only part ofR648.