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

Yeongil Choe's profile - activity

2014-05-12 22:26:00 -0500 answered a question Communication between winros and ros on ubuntu

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
2014-04-08 22:13:57 -0500 commented question winros find_package(catkin) failure

It maybe help you: http://answers.ros.org/question/141301/winros_make-fails. Please read its comments.

2014-03-20 23:17:47 -0500 commented question winros_make fails

That is just examples for using wstool. Delete c:/work/ws, and try again from '2.2 Sources' section in the instruction. By the way how about starting with 'hydro' version not 'groovy'? Do you have any special reason to use 'groovy'?

2014-03-19 14:06:22 -0500 commented question winros_make fails

Check there is catkin package(c:/work/ws/src/catkin) first. According to instruction you followed, the word 'hydro' should not exist in 'config.cmake'. Is there any prior work about win_ros?

2014-03-19 14:05:38 -0500 answered a question winros_make fails

Check there is catkin package(c:/work/ws/src/catkin) first. According to instruction you followed, the word 'hydro' should not exist in 'config.cmake'. Is there any prior work about win_ros?

2013-11-20 21:53:20 -0500 commented question win_ros roslaunch error can't find module

I tried to reproduce your situation on clean pc installed Windows 7, but couldn't reproduce it. Check PYTHONPATH after call c:/opt/ros/hydro/x86/setup.bat like 'echo %PYTHONPATH%' on Windows command prompt, and check you can import roslaunch via command line of python client.