Changing to version 0.9.12
This commit is contained in:
parent
301445eb35
commit
32ffd2c435
|
@ -1,4 +1,4 @@
|
||||||
## Latest
|
## CARLA 0.9.12
|
||||||
|
|
||||||
* Changed the resolution of the cached map in Traffic Manager from 0.1 to 5 meters
|
* Changed the resolution of the cached map in Traffic Manager from 0.1 to 5 meters
|
||||||
* Fixed import sumo_integration module from other scripts
|
* Fixed import sumo_integration module from other scripts
|
||||||
|
|
|
@ -155,7 +155,7 @@ __7. Run CARLA:__
|
||||||
DISPLAY=:0.GPU ./CarlaUE4.sh -vulkan
|
DISPLAY=:0.GPU ./CarlaUE4.sh -vulkan
|
||||||
```
|
```
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ You can pull either the latest CARLA image or a specific release version. The la
|
||||||
docker pull carlasim/carla:latest
|
docker pull carlasim/carla:latest
|
||||||
|
|
||||||
# Pull a specific version
|
# Pull a specific version
|
||||||
docker pull carlasim/carla:0.9.11
|
docker pull carlasim/carla:0.9.12
|
||||||
```
|
```
|
||||||
|
|
||||||
__2. Run the CARLA container.__
|
__2. Run the CARLA container.__
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### Latest Release [Documentation](https://carla.readthedocs.io/en/latest/)
|
### Latest Release [Documentation](https://carla.readthedocs.io/en/latest/)
|
||||||
|
|
||||||
- [CARLA 0.9.11](https://github.com/carla-simulator/carla/releases/tag/0.9.11)
|
- [CARLA 0.9.12](https://github.com/carla-simulator/carla/releases/tag/0.9.12)
|
||||||
|
|
||||||
### Nightly build
|
### Nightly build
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
> Here are the previous versions of CARLA with links to the specific documentation for each version:
|
> Here are the previous versions of CARLA with links to the specific documentation for each version:
|
||||||
|
|
||||||
|
- [CARLA 0.9.11](https://github.com/carla-simulator/carla/releases/tag/0.9.11) - [Documentation](https://carla.readthedocs.io/en/0.9.11/)
|
||||||
- [CARLA 0.9.10](https://github.com/carla-simulator/carla/releases/tag/0.9.10) - [Documentation](https://carla.readthedocs.io/en/0.9.10/)
|
- [CARLA 0.9.10](https://github.com/carla-simulator/carla/releases/tag/0.9.10) - [Documentation](https://carla.readthedocs.io/en/0.9.10/)
|
||||||
- [CARLA 0.9.9](https://github.com/carla-simulator/carla/releases/tag/0.9.9) - [Documentation](https://carla.readthedocs.io/en/0.9.9/)
|
- [CARLA 0.9.9](https://github.com/carla-simulator/carla/releases/tag/0.9.9) - [Documentation](https://carla.readthedocs.io/en/0.9.9/)
|
||||||
- [CARLA 0.9.8](https://github.com/carla-simulator/carla/releases/tag/0.9.8) - [Documentation](https://carla.readthedocs.io/en/0.9.8/)
|
- [CARLA 0.9.8](https://github.com/carla-simulator/carla/releases/tag/0.9.8) - [Documentation](https://carla.readthedocs.io/en/0.9.8/)
|
||||||
|
|
|
@ -162,7 +162,7 @@ with open("README.md") as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='carla',
|
name='carla',
|
||||||
version='0.9.11',
|
version='0.9.12',
|
||||||
package_dir={'': 'source'},
|
package_dir={'': 'source'},
|
||||||
packages=['carla'],
|
packages=['carla'],
|
||||||
ext_modules=get_libcarla_extensions(),
|
ext_modules=get_libcarla_extensions(),
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"VersionName": "0.9.11",
|
"VersionName": "0.9.12",
|
||||||
"FriendlyName": "CARLA",
|
"FriendlyName": "CARLA",
|
||||||
"Description": "Open-source simulator for autonomous driving research.",
|
"Description": "Open-source simulator for autonomous driving research.",
|
||||||
"Category": "Science",
|
"Category": "Science",
|
||||||
|
|
|
@ -34,4 +34,4 @@
|
||||||
0.9.9: 20200422_ea5179a
|
0.9.9: 20200422_ea5179a
|
||||||
0.9.10: 20200925_88f9ceb
|
0.9.10: 20200925_88f9ceb
|
||||||
0.9.11: 20201222_232b876
|
0.9.11: 20201222_232b876
|
||||||
Latest: 20210729_a572ad0
|
0.0.12: 20210729_a572ad0
|
||||||
|
|
Loading…
Reference in New Issue