prtscn
Hey! I'm facing an issue while installing Ros 2, if anyone knows anything, please help!
the documentation instructions say to type: choco install -y -s <PATH\TO\DOWNLOADS\> asio cunit eigen tinyxml-usestl tinyxml2 bullet
in an administrative shell. When I do with: choco install -y -s <D:\PR\Downloads\> asio cunit eigen tinyxml-usestl tinyxml2 bullet
I get the error:
At line:1 char:21
+ choco install -y -s <D:\PR\Downloads\> asio cunit eigen tinyxml-usest ...
+ ~
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
Again, if anyone knows what I can do, please reply!