Replies: 5 comments 8 replies
-
NOTE: be careful when trying out the branch I link to below. Even though I've not had any reports about problems with it, and I've tested it in Roboguide, this was all back in 2015. The code looks sane enough, but as always with industrial robots, be sure to test it while observing all safety requirements. Original comment: As I replied on your ROS Answers question, we've had some people try to use The changes I made are still available here: melodic-devel...gavanderhoorn:v611_karel_moveto. That's for Biggest differences with
My recommendation would be to start with the state relay side: compile all the Karel programs and see whether the socket infrastructure works correctly in that. If you get no complaints (ie: Karel errors) try to use the robot_state_visualize_m6ib.launch file to check whether what RViz shows corresponds to your real robot. Also check the output of If that all works, there is a reasonable expectation the trajectory relay could work as well. NOTE: make sure your controller only has a single motion group configured/active. Fanuc has been advising against using |
Beta Was this translation helpful? Give feedback.
-
Reason to check state reporting first is also to make sure #105 isn't actually an issue on your controller. RViz would not be able to correctly visualise your robot if there is a problem with the deg -> rad conversion. |
Beta Was this translation helpful? Give feedback.
-
@marabount: have you been able to test the branch I mentioned? |
Beta Was this translation helpful? Give feedback.
-
Have either of you @marabount / @MOAMIndustries been able to test the V6.4 compatibility branch? |
Beta Was this translation helpful? Give feedback.
-
Seeing as there is no activity here I'm going to close this discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I would like to test the ROS driver on the Fanuc M6iB robot with an older R-j3iB controller. Some relevant information about the controller:
Core software version: Handling Tool 6.4
Socket Messaging (SKMG), includes MSG_CONNECT, MSG_DISCO and MSG_PING: Installed
PC Interface (PCIF): Installed
KAREL (KARL): Installed (not sure about the version, but I can check)
ASCII Upload (ASBN): Installed.
Is it possible to tweak the ROS driver and recompile it for R-j3iB? Maybe somebody has tried this already and can help.
Regards,
Alex
Beta Was this translation helpful? Give feedback.
All reactions