https://github.com/nsubiron/carla-compiler-explorer
Compiler explorer with support for LibCarla.
https://github.com/nsubiron/carla-compiler-explorer
carla carla-simulator compiler-explorer
Last synced: 2 months ago
JSON representation
Compiler explorer with support for LibCarla.
- Host: GitHub
- URL: https://github.com/nsubiron/carla-compiler-explorer
- Owner: nsubiron
- License: mit
- Created: 2019-03-03T14:12:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T15:58:00.000Z (about 6 years ago)
- Last Synced: 2025-01-25T06:41:14.511Z (4 months ago)
- Topics: carla, carla-simulator, compiler-explorer
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compiler Explorer for LibCarla
Compiler explorer with support for CARLA Simulator's LibCarla.
* [mattgodbolt/compiler-explorer](https://github.com/mattgodbolt/compiler-explorer) ([godbolt.org](https://godbolt.org/))
* [carla-simulator/carla](https://github.com/carla-simulator/carla) ([carla.org](https://carla.org/))## Run a local instance
> **It has been tested in Ubuntu 16.04 only.**
Install [node.js](https://nodejs.org/) with
```sh
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
sudo apt-get install nodejs
```Setup and launch local instance with
```
make
```