A docker image for binary distribution of OpenSimulator and Redis for virtual robotics experiments
You can build up a full blown virtual world based on the well established OpenSimulator ecosystem, and use Redis as a robot control middleware to make your Non Player Characters (NPC) behave as desired.
Docker image derived from docker-opensimulator .
$ docker run -d -p 6379:6379 -p 9000:9000 -p 9000:9000/udp giodegas/bin-opensim-redis
$ docker exec -it <container_id> after_install
A 3D compatible viewer is needed to login to the virtual world with your avatar to meet and interact with the NPCs:
with a proper LOGIN URI configuration:
grid name ==> it will be region name
login URL ==> http://<external_ip>:9000
To help improve this docker container image : giodegas/docker-bin-opensim-redis