Skip to content

giodegas/docker-bin-opensim-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bin-opensim-redis Docker image

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 .

Usage

$ docker run -d -p 6379:6379 -p 9000:9000 -p 9000:9000/udp giodegas/bin-opensim-redis

First configuration :

$ docker exec -it <container_id> after_install

Viewer

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

More

To help improve this docker container image : giodegas/docker-bin-opensim-redis

About

A docker image for binary distribution of OpenSimulator and Redis for virtual robotics experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages