I'm trying to install ROS 2 in my computer and I need to run the following command:
choco install -y -s <PATH\TO\DOWNLOADS\> asio cunit eigen tinyxml-usestl tinyxml2 log4cxx
However the message I get when I run it is this:
- choco
- ~
The operator '<' is reserved for future use
- CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
- FullyQualifiedErrorId : RedirectionNotSupported
Anyone know how to solve it? I'm pretty lost so I'm just following the instructions they gave me, but I'm stuck here.