ROS 2 Installation Problem
Hi,
I'm currently trying to install ROS 2 on Windows 10 by following this guide.
When I try to Setup the Environment get the following message in the cmd window:
"" set CMAKE_PREFIX_PATH=C:\dev\ros2-windows" cannot be processed syntactically at this Point.
"" set PYTHONPATH=C:\dev\ros2-windows\Lib\site-packages" cannot be processed syntactically at this Point.
"" set AMENT_PREFIX_PATH=C:\dev\ros2-windows" cannot be processed syntactically at this Point.
"" set PKG_CONFIG_PATH=C:\dev\ros2-windows\lib\pkgconfig" cannot be processed syntactically at this Point.
Does someone know what I can do to fix this? Unfortunatley I'm completley new to ROS.
Thanks in Advance!
Is there a reason you are trying Cystal which is over a year old and has recently been EOLed (https://index.ros.org/doc/ros2/Releas... Maybe try the same with Eloquent or Dashing instead?