Error after calling local_setup.bat
I've been trying to install ROS 2 Dashing Diademata - Patch Release 5 (ros2-dashing-20191213-windows-amd64.zip) using the binary package on Windows 10. I am following the guide provided in: https://index.ros.org/doc/ros2/Instal.... When running
call C:\dev\ros2_dashing\local_setup.bat
to setup my environment I get the following output:
[connext_cmake_module] Warning: The location at which Connext was found when the workspace was built [[C:\Program Files\rti_connext_dds-5.3.1]] does not point to a valid directory, and the NDDSHOME environment variable has not been set. Support for Connext will not be available. " set CMAKE_PREFIX_PATH=C:\dev\ros_dashing was unexpected at this time. " set AMENT_PREFIX_PATH=C:\dev\ros_dashing was unexpected at this time. " set PKG_CONFIG_PATH=C:\dev\ros_dashing\lib\pkgconfig was unexpected at this time.
Issuing any command starting with ros2 (such as ros2 run demo_nodes_cpp talker) afterwards results in the following error:
failed to create process.
Could anyone give me some ideas on what might be going wrong here?