How to communicate between ROS and ABB ROS server

asked 2017-11-02 09:07:19 -0500

Ahmad gravatar image

I'm new to ROS, and working on a project that gets the coordinates of certain points using camera, converting them to real coordinates and send the 3-D coordinates to the robot. I'm done with the image processing part and write this program within ROS-Kinect platform with two nodes. Also I installed the ROS-ABB server on my windows pc to work with the robot Yumi. My question is how to send these coordinates from the ROS node to the running ROS server so that the robot arm can move to these coordinates.

Thank you in advance.

edit retag flag offensive close merge delete