Does ROS run on Windows?
Considering that 90% of desktops are (still) Windows-based, are there plans on making at least some parts of ROS run on that OS?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Considering that 90% of desktops are (still) Windows-based, are there plans on making at least some parts of ROS run on that OS?
It is possible to install and use ROS Lunar on Windows 10 thanks to WSL: http://wiki.ros.org/Installation/Windows
This is the best way to use ROS on Windows right now, though it is not perfect.
Efforts are underway to bring ROS to Windows. There is already the custom port done by REC and there should (soon) be mingw compatibility coming from an external contributor. We are working on a longer-term overhaul of the build system to make Windows compatibility possible. It's a large enough effort that we can't make any promises as to when, but we think there's a large enough community now to make this finally happen.
I believe it's important to recognise that ROSonWSL is not the same as having a native Win32/64 ROS. WSL does not have the same level of access to Windows resources, so 'driver' components wanting to access hw (usb, gpus for gpgpu fi) will not work (easily).
As far as I am aware, not really. :(
There's been some work getting some parts of RosPy to run a long time ago, and possibly some limited Cygwin success.
Here are some threads from ros-users that discuss this:
http://ros-users.122217.n3.nabble.com/Need-Help-Installing-ROS-in-Cygwin-on-Windows-td880700.html
http://ros-users.122217.n3.nabble.com/RViz-on-Windows-td1021082.html
http://ros-users.122217.n3.nabble.com/rospy-in-windows-td217019.html
This does not mean, however, that Windows systems are entirely useless. We show our Windows users how to use Putty to SSH into the linux computers on our robots and use the command line tools. While they do not get RVIZ or other graphical tools, it still allows them to launch code, echo topics, etc.
Asked: 2011-02-15 07:59:03 -0600
Seen: 5,864 times
Last updated: Aug 07 '17
What are the best practices for tagging questions?
Is ROS Answers an Alternative to the [ros-users] Mailing List?
What are the units and coordinate conventions in ROS?
How to get notified of new questions with a certain tag by email?
How can I get involved in ROS community?
Do I need to know any specific computer language or framework to use ROS?