All Projects → mjxu96 → carlaviz

mjxu96 / carlaviz

Licence: MIT License
Visualize carla in the web browser

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
Dockerfile
14818 projects
CSS
56736 projects

Projects that are alternatives of or similar to carlaviz

remote-lib
💫 Convert your JavaScript library to a remote service.
Stars: ✭ 40 (-66.1%)
Mutual labels:  remote
Somfy Remote Lib
Emulate a Somfy remote using a 433.42 MHz transmitter.
Stars: ✭ 43 (-63.56%)
Mutual labels:  remote
git-repo-name
Get the repository name from the git remote origin URL
Stars: ✭ 21 (-82.2%)
Mutual labels:  remote
osm2xodr
converter for OpenStreetMaps to OpenDrive roads - for use with Carla or other things
Stars: ✭ 90 (-23.73%)
Mutual labels:  carla
teuton
Infrastructure test, mainly useful for sysadmin teachers and making contests
Stars: ✭ 22 (-81.36%)
Mutual labels:  remote
permanently-remote
A list of tech companies going permanently remote after COVID-19
Stars: ✭ 61 (-48.31%)
Mutual labels:  remote
SpyGlass
Remote process hooking library for .NET
Stars: ✭ 49 (-58.47%)
Mutual labels:  remote
connect
Toolsets for retrieving data from a remote source
Stars: ✭ 13 (-88.98%)
Mutual labels:  remote
punic
Punic is a remote cache CLI built for Carthage and Apple .xcframework
Stars: ✭ 25 (-78.81%)
Mutual labels:  remote
URL-Magnet-Cloud-Uploader-Heroku
Aria 2 Rclone Remote URL /magnet Clouds upload via HEROKU
Stars: ✭ 99 (-16.1%)
Mutual labels:  remote
foobar2000-web-ui
Control Foobar2000 from a (remote) web browser
Stars: ✭ 25 (-78.81%)
Mutual labels:  remote
EmbeddedTools
Additions to the model-based DSL for deploying Java and Native projects to remote targets
Stars: ✭ 14 (-88.14%)
Mutual labels:  remote
awesome-job-boards
A curated list of awesome job boards. We accept PRs.
Stars: ✭ 21 (-82.2%)
Mutual labels:  remote
airboardgame
AirBoardGame is a virtual tabletop to play and create any boardgame online with your friends
Stars: ✭ 45 (-61.86%)
Mutual labels:  remote
android-cast-remote-display-sample
📻 Google Cast's Remote Display Sample for Android
Stars: ✭ 38 (-67.8%)
Mutual labels:  remote
linux-remote-desktop
Linux based secure, open source, multi-tenant environment for remote work.
Stars: ✭ 89 (-24.58%)
Mutual labels:  remote
Mi
MI - A PS4 Remote Tool.
Stars: ✭ 23 (-80.51%)
Mutual labels:  remote
retro
A self-hostable web application designed for remote retrospectives
Stars: ✭ 21 (-82.2%)
Mutual labels:  remote
desk
DESK exposing server kit : HTML5 solution for remote processing and visualization
Stars: ✭ 21 (-82.2%)
Mutual labels:  remote
pi-encrypted-boot-ssh
🔑 Raspberry Pi Encrypted Boot with Remote SSH
Stars: ✭ 96 (-18.64%)
Mutual labels:  remote

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, 0.9.12, 0.9.13 Docker image and source
Windows 0.9.9.2, 0.9.10, 0.9.10.1, 0.9.11, 0.9.12, 0.9.13 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:0.9.12
docker pull mjxu96/carlaviz:0.9.13
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 [email protected]

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].