Failed to create process installing ROS2 in windows

asked 2021-03-12 14:08:23 -0600

Ana de Sousa gravatar image

Hello,

I've been trying to install ros2 in windows, but I am having some trouble. I would like to know if you had a similar problem that I am having.

I can source the environment at the terminal:

call C:\dev\ros2_foxy\local_setup.bat

But when I try a simple example, like:

ros2 run demo_nodes_cpp talker

I get:

Failed to create process

My sys:

  • Windows 10 Home
  • ros2 foxy

I installed all prerequisites...

  1. chocolatey
  2. python
  3. visual C++
  4. OpenSSL
  5. VS
  6. DDS implementations
  7. OpenCV
  8. dependencies

...and I downloaded ROS2 and unpacked at C:\dev\

My environment variables are like this:

image description

I appreciate any help.

edit retag flag offensive close merge delete