For various reasons, I'm trying to get ROS2 "Bouncy" running on Windows 10.
I have things installed having followed the docs here:
I've figured out how to get to the Environment variables dialog and set up my PATH in the System Env. Variables dialog.
When trying to run the basic example:
ros2 run demo_nodes_py listener
This crashes with the error message "The term 'ros2' is not recognized s the name of a cmdlet..."
if I try to run ros2 with an absolute path I get:
"pkg_resources.DistributionNotFound:The 'ros2cli==0.5.4' distribution was not found and is required by the application"
Not being very familiar with doing things in Windows or Powershell, I'm sure I'm making some very simple, basic mistakes about pathing and environment variables, despite having followed the docs and being able to install Python, OpenCV, etc.
I'm hoping somebody else here has done this already and can enlighten a poor Linux geek on what he's missing out on.
Thanks,
'dillo