Can not run ROS2 under Win10.
Installed ros for this instruction. As DDS I chose OpenSplice DDS added a front-end one, just did not install OpenCV. When running local_setup.bat an error appears.
c:\python37\python.exe: can't open file 'C:\ROS2\ros2-windows\_local_setup_util.py': [Errno 2] No such file or directory
I can not understand what causes this error, but the file is really not, but I do not know where it could be obtained
Asked by D0l0RES on 2019-04-05 05:07:57 UTC
Comments
Looking at the archive from the last release https://github.com/ros2/ros2/releases/download/release-crystal-20190314/ros2-crystal-20190314-windows-release-amd64.zip, the file is present. Can you confirm that the checksum of your downloaded archive matches the ones on the release page and that the file
_local_setup_util.py
is present in the archive? If not can you try to download the archive again?Asked by marguedas on 2019-04-05 05:22:48 UTC