ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Recently I got new computer, so I decided to give a try installing ROS in Windows 10. It's a lot simpler now, but I got annoyed when RViz wouldn't work, I tried many things but all it was needed was a simple update:

set ChocolateyInstall=c:\opt\chocolatey
choco upgrade all -y --execution-timeout=0

I'd recommend to start with this first.

Recently I got a new computer, so I decided to give a try on installing ROS in Noetic on Windows 10. It's a lot simpler now, but I got annoyed when RViz wouldn't work, I tried many things but all it was needed was a simple update:

set ChocolateyInstall=c:\opt\chocolatey
choco upgrade all -y --execution-timeout=0

I'd recommend to start with this first.