ros-industrial / fanuc

ROS-Industrial Fanuc support (http://wiki.ros.org/fanuc)
Other
155 stars 109 forks source link

Latest version of Fanuc Driver #327

Closed shota6912 closed 3 years ago

shota6912 commented 3 years ago

We are preparing to develop CRX10iA/L with R30iB. I tried to install fanuc_driver on my control box, but I got an error message "Karel version is too old". I'm not sure if this is the right way to check, but my controller version is 9.4. Can I get the appropriate driver for my control box?

gavanderhoorn commented 3 years ago

We are preparing to develop CRX10iA/L

do you already have a robot support package for that robot?

I tried to install fanuc_driver on my control box, but I got an error message "Karel version is too old".

where did you find the binaries?

I'm not sure if this is the right way to check, but my controller version is 9.4. Can I get the appropriate driver for my control box?

you'll have to translate the Karel files using Roboguide or ktrans.exe for your specific version.

We don't have any prebuilt binaries (for that version, or any recent version really).

gavanderhoorn commented 3 years ago

As this is not (really) an issue with the packages in this repository, I'm going to close this.

That doesn't mean you can't comment on it any more of course. So feel free to keep doing that.

If it turns out we do need to fix something here, we can re-open.

shota6912 commented 3 years ago

Thank you for your reply.

I choose to build Karel files using RoboGuide trial version and it worked.

We will modify the package for cr7ia to apply it to crx10ia.

We don't have R648(User Socket Messaging) function yet, so I don't know if it will work.

gavanderhoorn commented 3 years ago

We will modify the package for cr7ia to apply it to crx10ia.

Please see #316 and #320. If you could finish that, you'd not have to start from scratch.

We don't have R648(User Socket Messaging) function yet, so I don't know if it will work.

Without R648, the driver can't/won't work.