Qt based Studio SW application for use with CARLA Currently provides features like setup from src or from binaries, vehicle import, sensor calibration, and simulation control with health check. Uses interfaces like libCARLA and PythonAPI to allow further standard interfacing when built with a carla installation.(see below)
makeBinary: app/carla-studio. Point the app to your CARLA installation at runtime via CARLA_ROOT and it resolves paths automatically.
make all CARLA_DIR=/path/to/carla/source- BUILD.md - prerequisites, build options, troubleshooting
- USAGE.md - CLI and GUI usage reference
- DEVELOP.md - code structure and contribution notes