-
Notifications
You must be signed in to change notification settings - Fork 157
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
Unable to connect to the robot #141
Comments
@srsidd wrote:
I don't believe we have a
that would seem to indicate that something is blocking you from connecting to the robot. That same something is probably why the nodes can't connect. Is this a real robot, or a RobotStudio session? If the latter: have you checked the Windows firewall settings? |
Also: please always tell us how you installed the packages, what version of ROS you're using, how you installed that, etc. Without such information we can't be of much help. |
We are using The system is Ubuntu 16.04, with This is the real robot, not robot studio. |
ok. May I suggest:
I know this is less than ideal right now, but mixing this is going to confuse people (me and you). At this point the biggest clue we have is that Can you check with Wireshark whether it can actually connect, but just doesn't get any data, or doesn't actually connect? Also: make sure there are no wireless segments between you and the robot controller, anywhere. |
@gavanderhoorn wrote:
This is the same advice I gave you in https://github.com/ros-industrial-consortium/abb_experimental/issues/11. |
Took your advice, and tried the package from the publicly available driver. Ran into the same problem. We realized that we were not able to resolve the ip address from the rapid side. Specifically, |
a bit captain hindsight, but this was something to be expected.
That is strange, and would be something to look into. Does this happen with any RAPID program (ie: with just a |
@srsidd: did you figure out what was going on with |
Sorry for the late reply, I tried your suggestion - the |
Which network connection are you using? The service port, or the regular one? |
We're using the regular one - the X5. LAN3. |
According to this page ("The relation between physical Ethernet ports and system parameters"), Further down on that page it would seem that the |
Ah, good catch. I don't remember why we had it set up that way. Changing that to X6 which is the |
It shouldn't, but I'd be interested to know whether #142 is also influenced by this. |
I am unable to get the
abb_driver
to communicate with the robot. I runroslaunch abb_irb1600_support robot_interface_download_irb1600.launch robot_ip:=<ip_address>
but I get the following errors -At the same time the flex pendant shows me these messages -
I'm able to ping the robot, so I know it's on the network. I tried
nc <ip_address> 11002\11000
, but doesn't output anything to the terminal.I tried doing some debugging, and the
motion_download_interface
executes fine without any errors. Therobot_state
node, however initializes all the parameters and gets stuck at https://github.com/ros-industrial/abb/blob/kinetic-devel/abb_driver/src/abb_robot_state_node.cpp#L75.I'm kind of lost and don't know how to proceed, does someone have any pointers?
The text was updated successfully, but these errors were encountered: