How to run ROS not on Ubuntu?
Hi, I would like to run (note: run, not install) ROS on a Linux distribution different from Ubuntu. Is that possible?
I read I can run ROS inside a container, using LXD or docker, but I don't know if it is the correct way to do that. Is there a standard "solution" to this kind of problem, or am I obliged to install Ubuntu?
Edit: I am excluding the creation of a full virtual machine or the installation directly on my main OS.
Hint: Don’t run ROS in docker on Windows, as the —net=host does not work there and you won’t be able to pass messages between your containerised nodes and any other node.