Skip to content
forked from mjxu96/carlaviz

Visualize carla in the web browser

License

Notifications You must be signed in to change notification settings

MertClk/carlaviz

This branch is 11 commits behind mjxu96/carlaviz:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 21, 2021
55a1320 · Sep 21, 2021
Apr 30, 2021
May 17, 2021
Apr 21, 2021
Apr 21, 2021
Apr 21, 2021
May 17, 2021
Apr 21, 2021
Mar 14, 2020
Mar 13, 2020
Mar 19, 2020
May 19, 2021
Sep 21, 2021
Apr 21, 2021

Repository files navigation

CarlaViz Build Status

Visualize carla in the web browser.

Version Supported

Platform Supported Carla Version Docker/Source
Ubuntu 0.9.6, 0.9.7, 0.9.8, 0.9.9.2, 0.9.9.4, 0.9.10, 0.9.10.1, 0.9.11 Docker image and source
Windows 0.9.9.2, 0.9.10, 0.9.10.1, 0.9.11 Only docker image

Instructions

Docker image

Docker image is provided. Run following command to pull this image (including frontend and backend).

# pull the image based on your carla version
docker pull mjxu96/carlaviz:0.9.6
docker pull mjxu96/carlaviz:0.9.7
docker pull mjxu96/carlaviz:0.9.8
docker pull mjxu96/carlaviz:0.9.9.2
docker pull mjxu96/carlaviz:0.9.9.4
docker pull mjxu96/carlaviz:0.9.10
docker pull mjxu96/carlaviz:0.9.10.1
docker pull mjxu96/carlaviz:0.9.11
docker pull mjxu96/carlaviz:latest

How to run it?

Here is a simple example to run it. This example also includes the Python API to draw extra lines, points and texts in the web browser.

Build from source

Although the container image is out-of-box to use, you are also welcome to build on your own!

Refer to this page for building instructions.

Author

Minjun Xu mjxu96@gmail.com

Used Libraries

  1. uber streetscape.gl as frontend
  2. carla
  3. mjxu96 xviz
  4. boost

TODOS

  • Load crossroads in the map instead of drawing them in real time.
  • Re-structure the backend codes.
  • Add support for changing map.

About

Visualize carla in the web browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.3%
  • Shell 1.2%
  • JavaScript 0.9%
  • C 0.3%
  • Dockerfile 0.1%
  • CSS 0.1%
  • Other 0.1%