Robotics StackExchange | Archived questions

Failed to create process installing ROS2 in windows

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:

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.

Asked by Ana de Sousa on 2021-03-12 15:08:23 UTC

Comments

Answers