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

Revision history [back]

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 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.