Skip to content

robotics-4-all/streamsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamsim

  • Way to execute the code:
    • Create a python virtual environment (optional)
    • pip install -r requirements.txt
    • pip install -e .
    • pip install https://github.com/robotics-4-all/commlib-py/archive/devel.zip -U
    • pip install colorama (to be removed)
    • sudo apt-get update && sudo apt-get install ffmpeg libsm6 libxext6 redis -y
    • Open a tab and redis-server
    • Open testing.yaml from stream_simulator/configurations and declare your world
    • Create a .env file, following the .env_template template
    • Open a tab and execute python3 stream_simulator/bin/bootstrap.py testing 123
      • testing is the configuration file to be loaded
      • 123 is the namespace to be used for this simulator

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages