Skip to content

Commit 875cc69

Browse files
committed
Update changelog
1 parent 8ba6f8d commit 875cc69

File tree

16 files changed

+211
-0
lines changed

16 files changed

+211
-0
lines changed

common/scenario_simulator_exception/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package scenario_simulator_exception
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Contributors: kyabe2718, yamacir-kit
10+
511
0.1.0 (2021-06-16)
612
------------------
713
* Merge pull request `#306 <https://github.com/tier4/scenario_simulator_v2/issues/306>`_ from tier4/feature/use_common_exception

common/simple_junit/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package junit_exporter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Contributors: kyabe2718, yamacir-kit
10+
511
0.1.0 (2021-06-16)
612
------------------
713
* Merge pull request `#309 <https://github.com/tier4/scenario_simulator_v2/issues/309>`_ from tier4/fix/interpreter/deactivation

external/concealer/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package concealer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
10+
* Merge branch 'master' into relative_target_speed
11+
* Contributors: kyabe2718, yamacir-kit
12+
513
0.1.0 (2021-06-16)
614
------------------
715
* Merge branch 'master' of github.com:tier4/scenario_simulator_v2 into feature/speed_up_npc_logic

external/lanelet2_extension_psim/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package lanelet2_extension_psim
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Contributors: kyabe2718, yamacir-kit
10+
511
0.1.0 (2021-06-16)
612
------------------
713
* Merge https://github.com/tier4/scenario_simulator.auto into feature/publish_clock

map/kashiwanoha_map/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package kashiwanoha_map
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Contributors: kyabe2718, yamacir-kit
10+
511
0.1.0 (2021-06-16)
612
------------------
713
* Merge https://github.com/tier4/scenario_simulator.auto into feature/publish_clock

mock/cpp_mock_scenarios/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package cpp_mock_scenarios
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Merge branch 'master' into relative_target_speed
10+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
11+
* Merge branch 'master' into relative_target_speed
12+
* Merge branch 'master' into relative_target_speed
13+
* Contributors: kyabe2718, yamacir-kit
14+
515
0.1.0 (2021-06-16)
616
------------------
717
* Merge branch 'master' of github.com:tier4/scenario_simulator_v2 into feature/get_vehicle_cmd

openscenario/openscenario_interpreter/CHANGELOG.rst

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,83 @@
22
Changelog for package openscenario_interpreter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#364 <https://github.com/tier4/scenario_simulator_v2/issues/364>`_ from tier4/feature/change_timeout_to_warning
8+
* change warnings
9+
* Merge pull request `#362 <https://github.com/tier4/scenario_simulator_v2/issues/362>`_ from tier4/feature/interpreter/scope
10+
* Convert almost all of class Scope to be base-class from data member
11+
* Rename identifier 'callIt' and 'applyIt' to 'invoke'
12+
* Merge pull request `#344 <https://github.com/tier4/scenario_simulator_v2/issues/344>`_ from tier4/feature/interpreter/context
13+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
14+
* Rename context member 'Overview' to 'CurrentStates'
15+
* Merge pull request `#320 <https://github.com/tier4/scenario_simulator_v2/issues/320>`_ from tier4/relative_target_speed
16+
* Rename context element to 'currentEvaluation' from 'description'
17+
* Rename context element 'currentEvaluation' to 'currentValue'
18+
* Rename Scope::scope to Scope::localScope
19+
* Rename member function 'state' to 'currentState'
20+
* Update Interpreter to publish JSON formatted execution context
21+
* Add new package 'openscenario_interpreter_msgs'
22+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
23+
* Merge branch 'master' into relative_target_speed
24+
* Merge pull request `#361 <https://github.com/tier4/scenario_simulator_v2/issues/361>`_ from tier4/execution_timer
25+
* Update syntax Private to print each PrivateAction's typename
26+
* Update syntax Private to be printable as JSON
27+
* not use operator()
28+
* Update syntax InitActions to be printable as JSON
29+
* clang-format
30+
* fix trivial
31+
* add support for SpeedTargetValueType.factor and add these changes to the ReleaseNotes
32+
* replace is_complete_immediately to endsImmediately
33+
* Update syntax Init to be printable as JSON
34+
* Update syntax Init to hold InitActions as data member
35+
* Move states overview into operator<< of syntax OpenScenario
36+
* remove unused include
37+
* Move JSON-to-string conversion into on_activate from operator<<
38+
* if evaluation() is not in time, the interpreter will throw an error
39+
* Update member function SimulationTimeCondition::description
40+
* Add new implicit member function 'description' to class Pointer<T>
41+
* Update syntax TriggeringEntities
42+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
43+
* Update syntax Condition to print it's typename
44+
* Update syntax Condition to be printable as JSON
45+
* Update syntax ConditionGroup to be printable as JSON
46+
* Merge branch 'master' into relative_target_speed
47+
* Update syntax Trigger to be printable as JSON
48+
* Update syntax Action to print it's element typename
49+
* Update syntax Action to be printable as JSON
50+
* Update syntax Event to be printable as JSON
51+
* Update syntax Maneuver to be printable as JSON
52+
* Update syntax ManeuverGroup to be printable as JSON
53+
* Update struct Scope
54+
* Update syntax Act to hold scope as base-class
55+
* Update syntax Act to be printable as JSON
56+
* Update syntax Story to be printable as JSON
57+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
58+
* Update syntax Storyboard to print each Story
59+
* Update syntax Storyboard to be printable as JSON
60+
* Update OpenScenario::operator<<
61+
* Merge branch 'feature/interpreter/context' of github.com:tier4/scenario_simulator_v2 into feature/interpreter/context
62+
* Add operator<< for json vs syntax OpenScenario
63+
* Update interpreter's CMakeLists to link nlohmann/json
64+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
65+
* clang-format
66+
* fix link error
67+
* fix control reacheas end of non-void function and remove useless include
68+
* Actions in Init must be completed immediately
69+
* Merge branch 'master' into relative_target_speed
70+
* Update syntax Storyboard to be printable
71+
* Update syntax OpenScenario to be printable
72+
* replace ImplementationFault with UNSUPPORTED_SETTING_DETECTED
73+
* Merge branch 'master' into relative_target_speed
74+
* ignore SemanticError while lane-changing
75+
* Merge branch 'master' into relative_target_speed
76+
* add support for RelativeActionTarget
77+
* Merge branch 'master' into relative_target_speed
78+
* Revert "add RelativeTargetSpeed support to interpreter"
79+
* add RelativeTargetSpeed support to interpreter
80+
* Contributors: Masaya Kataoka, Tatsuya Yamasaki, kyabe2718, yamacir-kit
81+
582
0.1.0 (2021-06-16)
683
------------------
784
* Merge remote-tracking branch 'origin/master' into fix/traffic-simulator/simulation-model-2
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package openscenario_interpreter_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Merge pull request `#344 <https://github.com/tier4/scenario_simulator_v2/issues/344>`_ from tier4/feature/interpreter/context
8+
* Add new package 'openscenario_interpreter_msgs'
9+
* Contributors: Masaya Kataoka, yamacir-kit

openscenario/openscenario_msgs/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package openscenario_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#344 <https://github.com/tier4/scenario_simulator_v2/issues/344>`_ from tier4/feature/interpreter/context
8+
* Add new package 'openscenario_interpreter_msgs'
9+
* Merge branch 'master' into relative_target_speed
10+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
11+
* Merge branch 'master' into relative_target_speed
12+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
13+
* Contributors: Masaya Kataoka, kyabe2718, yamacir-kit
14+
515
0.1.0 (2021-06-16)
616
------------------
717
* Merge remote-tracking branch 'origin/master' into fix/traffic-simulator/simulation-model-2

openscenario/openscenario_utility/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package openscenario_utility
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Contributors: kyabe2718, yamacir-kit
10+
511
0.1.0 (2021-06-16)
612
------------------
713
* Merge https://github.com/tier4/scenario_simulator.auto into feature/publish_clock

openscenario/openscenario_visualization/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package openscenario_visualization
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
10+
* Merge branch 'master' into relative_target_speed
11+
* Contributors: kyabe2718, yamacir-kit
12+
513
0.1.0 (2021-06-16)
614
------------------
715
* Merge branch 'master' of github.com:tier4/scenario_simulator_v2 into feature/speed_up_npc_logic

scenario_simulator_v2/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package scenario_simulator_v2
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Contributors: kyabe2718, yamacir-kit
10+
511
0.1.0 (2021-06-16)
612
------------------
713
* Merge https://github.com/tier4/scenario_simulator.auto into feature/publish_clock

simulation/simple_sensor_simulator/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package simple_sensor_simulator
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Merge branch 'master' into relative_target_speed
10+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
11+
* Merge branch 'master' into relative_target_speed
12+
* Merge branch 'master' into relative_target_speed
13+
* Contributors: kyabe2718, yamacir-kit
14+
515
0.1.0 (2021-06-16)
616
------------------
717
* Merge branch 'master' of github.com:tier4/scenario_simulator_v2 into feature/get_vehicle_cmd

simulation/simulation_interface/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package simulation_interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge branch 'master' into relative_target_speed
8+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
9+
* Merge branch 'master' into relative_target_speed
10+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
11+
* Merge branch 'master' into relative_target_speed
12+
* Contributors: kyabe2718, yamacir-kit
13+
514
0.1.0 (2021-06-16)
615
------------------
716
* Merge branch 'master' of github.com:tier4/scenario_simulator_v2 into feature/get_vehicle_cmd

simulation/traffic_simulator/CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog for package traffic_simulator
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#363 <https://github.com/tier4/scenario_simulator_v2/issues/363>`_ from tier4/fix/throw_errors_when_set_target_speed_after_ego_starts
8+
* apply clanf-format
9+
* enable throw semantic error for setTargetSpeed and setEntityStatus after starting simulation
10+
* Merge branch 'master' into relative_target_speed
11+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
12+
* Merge branch 'master' into relative_target_speed
13+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
14+
* Merge branch 'feature/interpreter/context' of github.com:tier4/scenario_simulator_v2 into feature/interpreter/context
15+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
16+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
17+
* Merge branch 'master' into relative_target_speed
18+
* Merge branch 'master' into relative_target_speed
19+
* Revert "add RelativeTargetSpeed support to interpreter"
20+
* add RelativeTargetSpeed support to interpreter
21+
* Contributors: Masaya Kataoka, kyabe2718, yamacir-kit
22+
523
0.1.0 (2021-06-16)
624
------------------
725
* Merge pull request `#355 <https://github.com/tier4/scenario_simulator_v2/issues/355>`_ from tier4/feature/get_vehicle_cmd

test_runner/scenario_test_runner/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog for package scenario_test_runner
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
8+
* Merge pull request `#320 <https://github.com/tier4/scenario_simulator_v2/issues/320>`_ from tier4/relative_target_speed
9+
* Merge branch 'master' into relative_target_speed
10+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
11+
* Merge branch 'master' into relative_target_speed
12+
* Merge branch 'feature/interpreter/context' of github.com:tier4/scenario_simulator_v2 into feature/interpreter/context
13+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
14+
* Merge remote-tracking branch 'origin/master' into feature/interpreter/context
15+
* Actions in Init must be completed immediately
16+
* Merge branch 'master' into relative_target_speed
17+
* Merge branch 'master' into relative_target_speed
18+
* add relative_target_speed.yaml
19+
* Contributors: Masaya Kataoka, kyabe2718, yamacir-kit
20+
521
0.1.0 (2021-06-16)
622
------------------
723
* Merge branch 'master' of github.com:tier4/scenario_simulator_v2 into feature/get_vehicle_cmd

0 commit comments

Comments
 (0)