ROSMicroPy

Creating a container to run the ROS Console

This is a specialized container that will allow the user to run ROS graphical apps by utilizing a connection to the Hosts XWindowing System

The main Docker mechanism to support this mode includes

xhost command needs to be installed (called from start script) to allow permissions.

Currently this is set to * allowing any access to the XWindows system, if you would like to narrow this access, read the XHost man pages and use xhost to remove the access or just reboot your computer.

An XWindows server does not allow a remote program to run a program on your host system. It allows a remote program to open a windows on the host system and display its interface there.

Requirements

How to Build

From the command prompt you should be able to launch any ROS GUI app, rqt is best for debugging the setup