Skip to content

Commit b953e3d

Browse files
authored
Add simulator download links
1 parent 2846195 commit b953e3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

autodrive_matlab_api/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ This directory hosts the MATLAB API for AutoDRIVE, which can be used to develop
2626
```MATLAB
2727
autodrive = example_{vehicle}(4567)
2828
```
29-
Replace `{vehicle}` by one of the available objects:
30-
- `roboracer` for [RoboRacer (formerly F1Tenth)](https://roboracer.ai)
31-
- `hunter` for [AgileX Hunter SE](https://global.agilex.ai/products/hunter-se)
32-
- `husky` for [Clearpath Husky A200](https://docs.clearpathrobotics.com/docs_robots/outdoor_robots/husky/a200/user_manual_husky)
33-
- `rzr` for [Polaris RZR Pro R 4 Ultimate](https://www.polaris.com/en-us/off-road/rzr/models/rzr-pro-r/rzr-pro-r-4-ultimate-super-graphite-specs)
29+
Replace `{vehicle}` by one of the available objects (use the URL to download the corresponding vehicle-specific simulator):
30+
- `roboracer` for [RoboRacer (formerly F1Tenth)](https://github.com/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks/releases/download/v0.1.0/autodrive_roboracer_simulator.zip)
31+
- `hunter` for [AgileX Hunter SE](https://github.com/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks/releases/download/v0.3.0/autodrive_hunter_simulator.zip)
32+
- `husky` for [Clearpath Husky A200](https://github.com/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks/releases/download/v0.5.0/autodrive_husky_simulator.zip)
33+
- `rzr` for [Polaris RZR Pro R 4 Ultimate](https://github.com/AutoDRIVE-Ecosystem/AutoDRIVE-MathWorks/releases/download/v0.7.0/autodrive_rzr_simulator.zip)
3434
3535
2. Terminate AutoDRIVE MATLAB API:
3636
```MATLAB
3737
autodrive.stop
3838
delete(autodrive)
3939
clear autodrive
40-
```
40+
```

0 commit comments

Comments
 (0)