Closed ghost closed 6 years ago
Please make sure the Windows firewall is not interfering. There are separate settings for 'private' and 'public' networks.
As a first test, disable the firewall completely (make sure you're not connected to any networks with world-routable IPs, just to be sure) and try to connect. If that works, you'll need to update your firewall configuration.
And I'm assuming that your ROS PC can actually communicate with the PC running RobotStudio here (ie: can ping
).
To get some more info, try to start the launch files with:
roslaunch --screen abb_irb1200_support robot_interface_download_irb1600.launch robot_ip:=192.168.43.1
Yes, I disabled the firewall, and able to ping the ip address.
I also have a real ABB robot, but still has the same problem.. Client is not working, I don't know where I'm wrong.
In the real robot, I'm able to ping and configured using service port and tried communication using X6 port. I can't establish communication in real and simulated one
Ok. With the programs running on the robot (or in simulation), what is the output on the ROS PC if you run this in a terminal (where <IP>
is either 192.168.43.1
or the ip of your real robot):
nc <IP> 11002
I only now noticed this:
But flex pendant is not showing connectec to client..
afaik there is no visual confirmation of established connections on the TP side (see here).
If you start the driver, does a rostopic echo /joint_states
output expected data? If it does, the driver would seem to be working.
Hi, Finally it worked, I connect ROS-PC with Service Port and fired the launch files. Now I'm able to work both in Real and Simulated Robot Thanks Much
So to recap:
It's up to you, but afaik ABB does not recommend using the service port for regular LAN traffic. There are dedicated ports inside the controller for that.
Also note that the changes to the SocketBind server_socket, ..
line should only be made for RobotStudio, not for the real robot.
1) Yes worked perfectly with RobotStudio 2) It worked using service port on the real robot
Thanks for the information, I have changed to WAN port, now it is working.
Thanks Much
I am running Ubuntu 16.04 with Kinetic Kame. And I have a Windows10 PC with RobotStudio 6.0 6 running. The IPv4 address in the Windows machine is 192.168.43.1
I followed the tutorials as in ROS Wiki
so I modified the lines in GetSysInfo() patch with 192.168.43.1 as the IP address like
Now, I launch RobotStudio and virtual flex pendant. I put the controller in Auto mode and start the program
On the flexpendant, I have this showing on the flexpendant: ROS_StateServer->StateServer: Waiting for connection. ROS_MotionServer->MotionServer: Waiting for connection.
On the ROSPC, I tried
and getting rostopics
But flex pendant is not showing connectec to client..