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

dunduk's profile - activity

2014-04-01 18:24:56 -0500 received badge  Popular Question (source)
2014-04-01 18:24:56 -0500 received badge  Famous Question (source)
2014-04-01 18:24:56 -0500 received badge  Notable Question (source)
2013-08-29 01:18:25 -0500 received badge  Famous Question (source)
2013-08-29 01:18:25 -0500 received badge  Popular Question (source)
2013-08-29 01:18:25 -0500 received badge  Notable Question (source)
2013-06-19 05:02:54 -0500 received badge  Famous Question (source)
2012-12-20 02:54:45 -0500 received badge  Notable Question (source)
2012-12-14 07:17:18 -0500 received badge  Famous Question (source)
2012-09-21 17:38:24 -0500 received badge  Notable Question (source)
2012-09-07 07:32:29 -0500 received badge  Popular Question (source)
2012-08-21 04:07:07 -0500 received badge  Popular Question (source)
2012-07-30 13:02:40 -0500 asked a question windows sdk configure

I am following instructions on how to build ros windows sdk from sources (given here). I am getting the following error when I try to winros sdk configure

Traceback (most recent call last):                                              

      File "c:/work/sdk/catkin/cmake/stack_get.py", line 4, in <module>             
        import rospkg.stack                                                         
    ImportError: No module named stack                                              
    CMake Error at catkin/cmake/safe_execute_process.cmake:13 (message):            
      Error executing process with arguments COMMAND C:/Python27/python.exe         
      c:/work/sdk/catkin/cmake/stack_get.py c:/work/sdk/catkin/stack.xml            
      C:/work/build_sdk/catkin/CMakeFiles/stack.cmake                               
    Call Stack (most recent call first):                                            
      catkin/cmake/catkin_stack.cmake:12 (safe_execute_process)                     
      catkin/CMakeLists.txt:23 (catkin_stack)

Any suggestions on how to fix it?

2012-07-11 06:39:50 -0500 asked a question Windows SDK Debug

We've been plying the Windows SDK for the last few weeks and found it pretty easy to use. We would like to run our executables in debug mode and seems like the ROS libraries were not compiled with the debug keys on. I was wondering if there is a versiob of comiled libraries with debug keys or if there are visual studio solution/project files are available which we can use to compile a debug version of the ROS libraries?

2012-06-22 06:27:30 -0500 answered a question genmsg dependency - em

I fount it. It is empy package, which is available at http://www.alcyone.com/software/empy/

2012-06-22 06:09:03 -0500 asked a question genmsg dependency - em

I've installed genmsg package on my windows machine and is not able to run. template_tools.py in genmsg depends on module em, which I don't have. Could you please point me tot he place, where I can get this module from.

2012-06-22 05:56:46 -0500 received badge  Scholar (source)
2012-06-18 06:42:14 -0500 answered a question genmsg_cpp on Windows

Thank you Lorenz and snorri a lot for the clarification. The messages we are using are not basic msg types. I will try to use Windows SDK then to build our messages and will use the genmsg as a backup.

2012-06-12 12:57:12 -0500 received badge  Editor (source)
2012-06-12 12:56:08 -0500 asked a question genmsg_cpp on Windows

I am building a transportation system simulator application, that uses roscpp on Windows. I'm trying to find a way to generate c++ header files from YAML srv/msg files. I found about the genmsg_cpp but can't find it now, the search on the wiki gives me this page http://www.ros.org/wiki/genmsg_cpp which lists the svn archive https://code.ros.org/svn/ros/stacks/ros/trunk/core/genmsg_cpp , that does not exist anymore. I would greatly appreciate is somebody could explain how to generate the header files without using the build script, which is not available on Windows.