Skip to content

Commit e9dd27f

Browse files
committed
Updated download.md with 0.9.8
1 parent e32e6bf commit e9dd27f

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

Docs/download.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Download
2+
3+
### Nightly build
4+
5+
> This is an automated build with the latest changes pushed to our "master"
6+
> branch. It contains the very last fixes and features that will be part of the
7+
> next release, but also some experimental changes. Use at your own risk!
8+
9+
- [CARLA Nightly Build](http://carla-assets-internal.s3.amazonaws.com/Releases/Linux/Dev/CARLA_Latest.tar.gz)
10+
11+
### Development [[Documentation](https://carla.readthedocs.io/en/latest/)]
12+
13+
> These are the version of CARLA, more frequently updated and with the latest
14+
> features. Keep in mind that the API and features in this channel can (and
15+
> probably will) change.
16+
17+
- [CARLA 0.9.8](https://github.com/carla-simulator/carla/releases/tag/0.9.8)
18+
- [CARLA 0.9.7](https://github.com/carla-simulator/carla/releases/tag/0.9.7)
19+
- [CARLA 0.9.6](https://github.com/carla-simulator/carla/releases/tag/0.9.6)
20+
- [CARLA 0.9.5](https://github.com/carla-simulator/carla/releases/tag/0.9.5)
21+
- [CARLA 0.9.4](https://github.com/carla-simulator/carla/releases/tag/0.9.4)
22+
- [CARLA 0.9.3](https://github.com/carla-simulator/carla/releases/tag/0.9.3)
23+
- [CARLA 0.9.2](https://github.com/carla-simulator/carla/releases/tag/0.9.2)
24+
- [CARLA 0.9.1](https://github.com/carla-simulator/carla/releases/tag/0.9.1)
25+
- [CARLA 0.9.0](https://github.com/carla-simulator/carla/releases/tag/0.9.0)
26+
- [CARLA 0.8.4](https://github.com/carla-simulator/carla/releases/tag/0.8.4)
27+
- [CARLA 0.8.3](https://github.com/carla-simulator/carla/releases/tag/0.8.3)
28+
29+
### Stable [[Documentation](https://carla.readthedocs.io/en/stable/)]
30+
31+
> The most tested and robust release out there!
32+
33+
- [CARLA 0.8.2](https://github.com/carla-simulator/carla/releases/tag/0.8.2)
34+
35+
- - -
36+
37+
### Docker
38+
39+
All the versions are also available to pull from DockerHub
40+
41+
```sh
42+
docker pull carlasim/carla:X.X.X
43+
```
44+
45+
Use tag "latest" for the nightly build
46+
47+
```sh
48+
docker pull carlasim/carla:latest
49+
```

0 commit comments

Comments
 (0)