ROS2 DD - debug release fails to create process [closed]
Platform:
- ROS 2 Dashing Diademata, patch 1, debug version from here
- Windows 10 x64
I followed the corresponding Windows installation instructions. Most of it was already installed (I hade Crystal Clemmys before).
Repro:
Execute:
ros2
Get:
Failed to create process
Just this one line, nothing more...
Solution:
- Remove all files from my original d:\Prog\ros-windows-dd directory
- Download the "release" archive instead of the "debug" archive from here.
- Extract this archive in the exact same directory d:\Prog\ros-windows-dd
- Retry "ros2": now it works fine
Conclusion:
Packaging error? My mistake?
Johan