This is our in-house simulation environment for testing and developing algorithms for autonomous driving. It is built on top of three.js and provides a visual scripting interface for creating and running simulations.
npm install
npm run devThe app starts on the visual scripting canvas. Press Escape to switch between scripting and the 3D scene.
- Documentation index
- Getting started
- Architecture
- Development workflow
- Visual scripting
- Simulation
- ROS integration
- Assets
- Troubleshooting
Download scenarios from https://gitlab.lrz.de/tum-cps/commonroad-scenarios and place the scenarios folder in public/, creating public/scenarios.
Example browser path:
/scenarios/DR_CHN_Merging_ZS_1_T_1.xml
See Assets for asset policy and setup details.