Skip to content

Commit 0e6bafe

Browse files
author
glopezdiest
committed
Added 0.9.16 docs and changelog
1 parent 910f8ce commit 0e6bafe

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

Docs/CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Table of Contents
2+
* [CARLA ScenarioRunner 0.9.16](#carla-scenariorunner-0916)
23
* [CARLA ScenarioRunner 0.9.15](#carla-scenariorunner-0915)
34
* [CARLA ScenarioRunner 0.9.13](#carla-scenariorunner-0913)
45
* [CARLA ScenarioRunner 0.9.12](#carla-scenariorunner-0912)
@@ -12,11 +13,23 @@
1213
* [CARLA ScenarioRunner 0.9.5](#carla-scenariorunner-095)
1314
* [CARLA ScenarioRunner 0.9.2](#carla-scenariorunner-092)
1415

15-
## Upcoming
16+
## CARLA ScenarioRunner 0.9.16
17+
18+
### :rocket: New Features
19+
* New `frameRate` argument to specify the a custom frame rate. Only works in synchronous mode.
1620
* Improvements to the CarlaDataProvider:
1721
- Added `spawn_actor` for a blueprint based actor creation similar to `World.spawn_actor`
18-
* Removed SyntaxWarnings in osc2_scenario.py
22+
- Changed how the `request_new_actor` function handles spawn transform by having making the `spawn_point` input optional. Giving no spawn point or random location results in an error.
1923
* Implement `strtobool` formerly included in `distutils`, which is removed in Python 3.12.
24+
* OpenSCENARIO now supports scientific notation.
25+
* Removed SyntaxWarnings in osc2_scenario.py.
26+
27+
### :bug: Bug Fixes
28+
* Fixed issue at the metrics wheel aprser returning the incorrect data.
29+
* Fixed several functions that were destroying the actor without using the CarlaDataProvider.
30+
31+
### :ghost: Maintenance
32+
* Several have had their code quality improved and added type-hint comments.
2033

2134
## CARLA ScenarioRunner 0.9.15
2235
### :rocket: New Features

Docs/README_OpenSCENARIO_2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/dist/carla-0.9.13-py
125125
Launch the CARLA simulation.
126126

127127
```bash
128-
cd /home/xxx/CARLA_0.9.15
128+
cd /home/xxx/CARLA_0.9.16
129129
./CarlaUE4.sh
130130
```
131131

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ branch contains the latest fixes and features, and may be required to use the la
2323

2424
It is important to also consider the release version that has to match the CARLA version.
2525

26+
* [Version 0.9.16](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.16) and the 0.9.16 Branch: Compatible with [CARLA 0.9.16](https://github.com/carla-simulator/carla/tree/0.9.16)
2627
* [Version 0.9.15](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.15) and the 0.9.15 Branch: Compatible with [CARLA 0.9.15](https://github.com/carla-simulator/carla/releases/tag/0.9.15)
2728
* [Version 0.9.13](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.13) and the 0.9.13 Branch: Compatible with [CARLA 0.9.13](https://github.com/carla-simulator/carla/releases/tag/0.9.13) and [CARLA 0.9.14](https://github.com/carla-simulator/carla/releases/tag/0.9.14)
2829
* [Version 0.9.12](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.12) and the 0.9.12 Branch: Compatible with [CARLA 0.9.12](https://github.com/carla-simulator/carla/releases/tag/0.9.12)

0 commit comments

Comments
 (0)