Skip to content

Commit 9d7b7a6

Browse files
committed
update navsim v1.1 reliance
1 parent 7cc2950 commit 9d7b7a6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/installation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
```
194198
Add to your `~/.bashrc` or `~/.zshrc`:
195199

196200
```bash
197201
# AlgEngine Environment Variables
198202
export WORLDENGINE_ROOT="/path/to/WorldEngine"
199203
export ALGENGINE_ROOT="${WORLDENGINE_ROOT}/projects/AlgEngine"
200204
export 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

204209
Apply changes:

0 commit comments

Comments
 (0)