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 opens to the simulation workspace by default. Press Escape to switch between scripting, simulation, and the environment editor.
- Documentation index
- Getting started
- Architecture
- Environment editor
- Earth import
- 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.