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

win_ros 'rosversion' not recognized

asked 2013-10-19 09:55:56 -0500

I'm trying to use win_ros and have installed the SDK as outlined here:

http://wiki.ros.org/win_ros/hydro/Msvc%20SDK

Problem is that after calling the batch file, when I try to launch roscore, I get this error:

`rosversion' is not recognized as an internal or external command

and it errors out. I've tried both groovy and hydro versions, and I get the same error. Anyone know what's going on?

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
0

answered 2013-10-19 10:29:18 -0500

I had a errant space in my PATH environment variable; all is well now.

edit flag offensive delete link more
0

answered 2016-01-12 13:05:08 -0500

hec44 gravatar image

Hi, I'm having the same problem, I've alreadt add C:\Python27\Scripts to my path. There's something I can do?

edit flag offensive delete link more
0

answered 2014-03-14 04:30:02 -0500

Sertel gravatar image

Hi,

you have to add C:\Python27\Scripts to you path also

edit flag offensive delete link more
0

answered 2014-03-13 01:19:06 -0500

updated 2014-03-13 01:27:55 -0500

I'm face the same problem.

while performing: "call C:\opt\ros\hydro\x86\setup.bat" the following error occurs:

'python' is not recognized as an internal or external command, operable program or batch file.

I fixed this by including the C:\Python27 into the PATH environment. Now the command: "call C:\opt\ros\hydro\x86\setup.bat" runs without error, however the command: "roscore" gives the following error:

'rosversion' is not recognized as an internal or external command.

1e question: Is this the correct fix for the python error. 2nd question: Should I also include something in the PATH environment for ROS itself?

I'm new to ROS so hope my question is posted in this way correctly. Please let me know if this is not the case.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-10-19 09:55:56 -0500

Seen: 868 times

Last updated: Mar 14 '14