-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to connect to server, rc: -1. Error: 'Connection refused' (errno: 111) #20
Comments
First thing to check: are you (attempting to) use a wireless connection with the robot? If there is any wireless segment between you and the robot (ie: robot cabled with switch/router, but laptop->router is wireless), that will not work reliably. If that's not it: please provide much more information. Versions of components involved (both hw and software), network topology, how you start things up (ie: which |
Thank you for your amazingly fast reply, it turns out to be something related to teach pendant, I am very new to the this robots hardware, now it is solved and I can sucessfully plan and execute on real robot |
Good to hear that you got things to work.
let me play "grandpa" here a bit and insist/suggest/require that you get some training. These robots can be highly dangerous if used in an unusual way, especially when using external control (like ROS, but there are other methods as well). For your own safety, but perhaps also to avoid running into the kind of issues you reported in your OP, you may want to look into getting at least a basic training with Fanuc robots.
|
You are absolutely right on that, I have worked on this field but haven't getting enough experience on the hardware and in the project we do have people with experience on fanuc robots, you are right I should get a training session for this specific robot. |
That depends a bit on what skills you have: are you proficient in Karel & TP? |
oh unfortunately not that proficient in Karel & TP, what I actually meant was contribution to general development related ROS-fanuc software, I am proficient in C++, ROS, Gazebo and maybe a little python |
The main issue tracker would be here: ros-industrial/fanuc/issues. One outstanding issue that may be something to take a look at would be ros-industrial/fanuc#245. You are also very much welcome to pick any of the others, although driver development itself has somewhat stopped due to Stream Motion becoming available. That will not work for older controllers, or controllers without the option though, so development of an improved driver for R-30iB and older would still be of interest as well. |
Hello ,
when i try to execute the plan I did with Move-it on real robot, My program stuck at the error given in the title , does anyone met this problem ? on real robot
I can successfully ping to my robot IP
any help is appreciated ,
Thank you
The text was updated successfully, but these errors were encountered: