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

Revision history [back]

Hi Astaples,

I'm in the process of figuring out WinROS for myself. A word of warning - the WinROS documentation is very incomplete and the results of the code generation scripts and intended operation do not exactly mirror the standard Ubuntu installation (which further confuses things).

Regarding your issue, when you launch a new command prompt, you have to use the following first:

call C:\opt\ros\hydro\x86\setup.bat

This sets up all of your temporary paths and environment variables. I also had an issue getting things to build from the command line (cl.exe couldn't be found). If you have all ready solved this issue, great. If you haven't, here is the solution that worked for me:

cl.exe problem - add the path to cl.exe to your windows environment variables; if this gives you another error about a .dll missing, there was an executable that you'll need to run. I don't recall the specific executable but it shows up on a Google search pretty quickly.

Hope that helps you.

  • Chief