ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Communication between winros and ros on ubuntu

asked 2014-04-28 00:57:19 -0500

Qt_Yeung gravatar image

Hi, I am trying to implement communication between win_ros and ros on ubuntu. I followed win_ros tutorials, but it seems a little bit confusing. And when i create a node on win_ros, there are some errors. Someone has experience about it?

edit retag flag offensive close merge delete

Comments

Could You please specify those errors? There are no magicians here :} Also, which ROS version are You using?

Kamiccolo gravatar image Kamiccolo  ( 2014-04-29 06:02:30 -0500 )edit

I install Fuerte both on ubuntu and windows. For win_ros, I just followed this page http://wiki.ros.org/win_ros/Msvc%20SDK%20Projects%20-%20Fuerte. But now I don't know how to create ros node on window, which can send messages to roscore on ubuntu.

Qt_Yeung gravatar image Qt_Yeung  ( 2014-04-30 01:10:05 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-05-12 22:26:00 -0500

In case of Fuerte, a demo solution is installed with the sdk into C:\opt\rosws\fuerte\sdk-tutorials. Before run env.bat(or setup.bat), set ROS_MASTER_URI into setup.bat with IP address of ubuntu machine where roscore is running.

set ROS_MASTER_URI=http://xxx.xxx.xxx.xxx:11311
edit flag offensive delete link more

Comments

Thanks! It works now. I changed that environment variable, then it runs.

Qt_Yeung gravatar image Qt_Yeung  ( 2014-05-14 01:35:42 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-04-28 00:57:19 -0500

Seen: 298 times

Last updated: May 12 '14