Robotics StackExchange | Archived questions

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!

Asked by Afrobot on 2020-01-26 18:59:51 UTC

Comments

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/Releases/)? Maybe try the same with Eloquent or Dashing instead?

Asked by Dirk Thomas on 2020-01-27 15:13:12 UTC

Answers