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

Creating a workspace using ROS for Windows

asked 2019-09-02 05:07:25 -0500

wbadry gravatar image

updated 2019-09-02 06:14:41 -0500

Hello, I followed the instructions given here to install ROS melodic on Windows. The install was successful as I was able to test a few commands like "roscore" and "roscd"

**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.2.3
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************

C:\Windows\System32>roscore
... logging to C:\Users\Administrator\.ros\log\7440560f-cd72-11e9-92b3-44032cd3d0aa\roslaunch-WALEED-TTS-3392.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://WALEED-TTS:53466/
ros_comm version 1.14.3


SUMMARY
========

PARAMETERS
 * /rosdistro: melodic
 * /rosversion: 1.14.3

NODES

auto-starting new master
process[master]: started with pid [9592]
ROS_MASTER_URI=http://WALEED-TTS:11311/
setting /run_id to 7440560f-cd72-11e9-92b3-44032cd3d0aa
process[rosout-1]: started with pid [17640]
started core service [/rosout]

The default workspace is OK

**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.2.3
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************

C:\Windows\System32>roscd

C:\opt\ros\melodic\x64>

The problem is I am unable to create a workspace using catkin_make

**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.2.3
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************

C:\Windows\System32>roscd

C:\opt\ros\melodic\x64>cd..

C:\opt\ros\melodic>mkdir catkin_ws\src

C:\opt\ros\melodic>cd catkin_ws

C:\opt\ros\melodic\catkin_ws>catkin_make
Base path: C:\opt\ros\melodic\catkin_ws
Source space: C:\opt\ros\melodic\catkin_ws\src
Build space: C:\opt\ros\melodic\catkin_ws\build
Devel space: C:\opt\ros\melodic\catkin_ws\devel
Install space: C:\opt\ros\melodic\catkin_ws\install
Copying file from "C:\opt\ros\melodic\x64\share\catkin\cmake\toplevel.cmake" to "C:\opt\ros\melodic\catkin_ws\src\CMakeLists.txt"
####
#### Running command: "cmake C:\opt\ros\melodic\catkin_ws\src -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCATKIN_DEVEL_PREFIX=C:\opt\ros\melodic\catkin_ws\devel -DCMAKE_INSTALL_PREFIX=C:\opt\ros\melodic\catkin_ws\install -G NMake Makefiles" in "C:\opt\ros\melodic\catkin_ws\build"
####
-- The C compiler identification is MSVC 19.22.27905.0
-- The CXX compiler identification is MSVC 19.22.27905.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.22.27905/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.22.27905/bin/Hostx64/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.22.27905/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.22.27905/bin/Hostx64/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using CATKIN_DEVEL_PREFIX: C:/opt/ros/melodic/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: C:/opt/ros/melodic/x64;C:/opt/rosdeps/x64;C:/opt/vcpkg/installed/x64-windows
-- This workspace overlays: C:/opt/ros/melodic/x64
-- Found PythonInterp: C:/Python27/python2.exe (found suitable version "2.7.16", minimum required ...
(more)
edit retag flag offensive close merge delete

Comments

I'm sorry, but I have to close your question (temporarily) as it doesn't follow our support guidelines - specifically the part about not posting screenshots of terminals.

Even under Windows, the terminal contains text, that can be copy-pasted directly into your question (as you've done in the lower part of your post).

Please edit your original question to replace the screenshots with the actual text. You can use the edit button/link for that (under your post).

Be sure to format everything correctly (again: similar to how you've done it in the second half of your post).

gvdhoorn gravatar image gvdhoorn  ( 2019-09-02 05:10:31 -0500 )edit

MOdified it as instructed. Thanks

wbadry gravatar image wbadry  ( 2019-09-02 07:48:14 -0500 )edit

It may not be your ideal solution, but I would recomend you to use the Ubuntu WSL application with VcXsrv if you are using Windows 10.

leonardomsnt gravatar image leonardomsnt  ( 2019-09-02 09:24:01 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-09-03 11:33:22 -0500

OoeyGUI gravatar image

It looks like your environment is using python from a previous install. It should be using the python instance installed in c:\opt\python27amd64. Could you remove the c:\python27 from the path and reopen the console?

edit flag offensive delete link more

Comments

That was exactly the issue. Thanks

wbadry gravatar image wbadry  ( 2019-09-09 16:32:37 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-09-02 05:07:25 -0500

Seen: 3,142 times

Last updated: Sep 03 '19