https://github.com/carla-simulator/carla
Revision fc88b8796fc3f076b0abaa8652377c8e7a3276a1 authored by Daniel Santos-Olivan on 17 February 2021, 15:04:56 UTC, committed by bernat on 02 March 2021, 11:57:31 UTC
1 parent e6e6519
Raw File
Tip revision: fc88b8796fc3f076b0abaa8652377c8e7a3276a1 authored by Daniel Santos-Olivan on 17 February 2021, 15:04:56 UTC
New script to visualize multiple sensors in a single window
Tip revision: fc88b87
.readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

mkdocs:
  configuration: mkdocs.yml

formats: all

python:
  version: 3.7
  install:
    - requirements: Docs/requirements.txt
back to top