Skip to content

Commit 32ffd2c

Browse files
committed
Changing to version 0.9.12
1 parent 301445e commit 32ffd2c

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Latest
1+
## CARLA 0.9.12
22

33
* Changed the resolution of the cached map in Traffic Manager from 0.1 to 5 meters
44
* Fixed import sumo_integration module from other scripts

Docs/adv_rendering_options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ __7. Run CARLA:__
155155
DISPLAY=:0.GPU ./CarlaUE4.sh -vulkan
156156
```
157157

158-
CARLA provides a Dockerfile that performs all the above steps [here](https://github.com/carla-simulator/carla/blob/0.9.11/Util/Docker/Release.Dockerfile).
158+
CARLA provides a Dockerfile that performs all the above steps [here](https://github.com/carla-simulator/carla/blob/0.9.12/Util/Docker/Release.Dockerfile).
159159

160160
---
161161

Docs/build_docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can pull either the latest CARLA image or a specific release version. The la
3535
docker pull carlasim/carla:latest
3636

3737
# Pull a specific version
38-
docker pull carlasim/carla:0.9.11
38+
docker pull carlasim/carla:0.9.12
3939
```
4040

4141
__2. Run the CARLA container.__

Docs/download.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Latest Release [Documentation](https://carla.readthedocs.io/en/latest/)
44

5-
- [CARLA 0.9.11](https://github.com/carla-simulator/carla/releases/tag/0.9.11)
5+
- [CARLA 0.9.12](https://github.com/carla-simulator/carla/releases/tag/0.9.12)
66

77
### Nightly build
88

@@ -17,6 +17,7 @@
1717

1818
> Here are the previous versions of CARLA with links to the specific documentation for each version:
1919
20+
- [CARLA 0.9.11](https://github.com/carla-simulator/carla/releases/tag/0.9.11) - [Documentation](https://carla.readthedocs.io/en/0.9.11/)
2021
- [CARLA 0.9.10](https://github.com/carla-simulator/carla/releases/tag/0.9.10) - [Documentation](https://carla.readthedocs.io/en/0.9.10/)
2122
- [CARLA 0.9.9](https://github.com/carla-simulator/carla/releases/tag/0.9.9) - [Documentation](https://carla.readthedocs.io/en/0.9.9/)
2223
- [CARLA 0.9.8](https://github.com/carla-simulator/carla/releases/tag/0.9.8) - [Documentation](https://carla.readthedocs.io/en/0.9.8/)

PythonAPI/carla/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def get_license():
162162

163163
setup(
164164
name='carla',
165-
version='0.9.11',
165+
version='0.9.12',
166166
package_dir={'': 'source'},
167167
packages=['carla'],
168168
ext_modules=get_libcarla_extensions(),

Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "0.9.11",
4+
"VersionName": "0.9.12",
55
"FriendlyName": "CARLA",
66
"Description": "Open-source simulator for autonomous driving research.",
77
"Category": "Science",

Util/ContentVersions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
0.9.9: 20200422_ea5179a
3535
0.9.10: 20200925_88f9ceb
3636
0.9.11: 20201222_232b876
37-
Latest: 20210729_a572ad0
37+
0.0.12: 20210729_a572ad0

0 commit comments

Comments
 (0)