File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,14 +191,19 @@ pip install shapely==2.0.4
191191
192192#### 6. Set Environment Variables
193193
194+ Also, we rely on NAVSIM devkit, please git clone and switch to ` v1.1 ` branch:
195+ ``` bash
196+ git clone -b v1.1 https://github.com/autonomousvision/navsim.git
197+ ```
194198Add to your ` ~/.bashrc ` or ` ~/.zshrc ` :
195199
196200``` bash
197201# AlgEngine Environment Variables
198202export WORLDENGINE_ROOT=" /path/to/WorldEngine"
199203export ALGENGINE_ROOT=" ${WORLDENGINE_ROOT} /projects/AlgEngine"
200204export NUPLAN_MAPS_ROOT=" ${WORLDENGINE_ROOT} /data/raw/nuplan/maps"
201- export PYTHONPATH=$WORLDENGINE_ROOT :$ALGENGINE_ROOT :$PYTHONPATH
205+ export NAVSIM_DEVKIT_ROOT=" /path/to/your/navsim/v1.1"
206+ export PYTHONPATH=$WORLDENGINE_ROOT :$ALGENGINE_ROOT :$NAVSIM_DEVKIT_ROOT :$PYTHONPATH
202207```
203208
204209Apply changes:
You can’t perform that action at this time.
0 commit comments