From 0dbbc2811d3b5e2ac01e98643056b2e7159e4b3f Mon Sep 17 00:00:00 2001 From: Release Bot Date: Thu, 20 Jun 2024 12:01:05 +0000 Subject: [PATCH] Bump version of scenario_simulator_v2 from version 2.1.7 to version 2.1.8 --- common/math/arithmetic/CHANGELOG.rst | 6 ++++ common/math/arithmetic/package.xml | 2 +- common/math/geometry/CHANGELOG.rst | 6 ++++ common/math/geometry/package.xml | 2 +- .../CHANGELOG.rst | 6 ++++ .../scenario_simulator_exception/package.xml | 2 +- common/simple_junit/CHANGELOG.rst | 6 ++++ common/simple_junit/package.xml | 2 +- common/status_monitor/CHANGELOG.rst | 6 ++++ common/status_monitor/package.xml | 2 +- external/concealer/CHANGELOG.rst | 6 ++++ external/concealer/package.xml | 2 +- external/embree_vendor/CHANGELOG.rst | 6 ++++ external/embree_vendor/package.xml | 2 +- map/kashiwanoha_map/CHANGELOG.rst | 6 ++++ map/kashiwanoha_map/package.xml | 2 +- mock/cpp_mock_scenarios/CHANGELOG.rst | 6 ++++ mock/cpp_mock_scenarios/package.xml | 2 +- .../CHANGELOG.rst | 6 ++++ .../package.xml | 2 +- .../openscenario_interpreter/CHANGELOG.rst | 6 ++++ .../openscenario_interpreter/package.xml | 2 +- .../CHANGELOG.rst | 6 ++++ .../package.xml | 2 +- .../CHANGELOG.rst | 6 ++++ .../openscenario_interpreter_msgs/package.xml | 2 +- .../openscenario_preprocessor/CHANGELOG.rst | 6 ++++ .../openscenario_preprocessor/package.xml | 2 +- .../CHANGELOG.rst | 6 ++++ .../package.xml | 2 +- .../openscenario_utility/CHANGELOG.rst | 6 ++++ openscenario/openscenario_utility/package.xml | 2 +- .../openscenario_validator/CHANGELOG.rst | 6 ++++ .../openscenario_validator/package.xml | 2 +- .../openscenario_visualization/CHANGELOG.rst | 6 ++++ .../openscenario_visualization/package.xml | 2 +- .../CHANGELOG.rst | 6 ++++ .../package.xml | 2 +- scenario_simulator_v2/CHANGELOG.rst | 6 ++++ scenario_simulator_v2/package.xml | 2 +- simulation/behavior_tree_plugin/CHANGELOG.rst | 6 ++++ simulation/behavior_tree_plugin/package.xml | 2 +- simulation/do_nothing_plugin/CHANGELOG.rst | 6 ++++ simulation/do_nothing_plugin/package.xml | 2 +- .../simple_sensor_simulator/CHANGELOG.rst | 32 +++++++++++++++++++ .../simple_sensor_simulator/package.xml | 2 +- simulation/simulation_interface/CHANGELOG.rst | 6 ++++ simulation/simulation_interface/package.xml | 2 +- simulation/traffic_simulator/CHANGELOG.rst | 6 ++++ simulation/traffic_simulator/package.xml | 2 +- .../traffic_simulator_msgs/CHANGELOG.rst | 6 ++++ simulation/traffic_simulator_msgs/package.xml | 2 +- test_runner/random_test_runner/CHANGELOG.rst | 6 ++++ test_runner/random_test_runner/package.xml | 2 +- .../scenario_test_runner/CHANGELOG.rst | 6 ++++ test_runner/scenario_test_runner/package.xml | 2 +- 56 files changed, 222 insertions(+), 28 deletions(-) diff --git a/common/math/arithmetic/CHANGELOG.rst b/common/math/arithmetic/CHANGELOG.rst index 9deea1f5a57..11e1fa3a014 100644 --- a/common/math/arithmetic/CHANGELOG.rst +++ b/common/math/arithmetic/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package arithmetic * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/common/math/arithmetic/package.xml b/common/math/arithmetic/package.xml index cbda1e06db6..0fba5c0bbbe 100644 --- a/common/math/arithmetic/package.xml +++ b/common/math/arithmetic/package.xml @@ -2,7 +2,7 @@ arithmetic - 2.1.7 + 2.1.8 arithmetic library for scenario_simulator_v2 Tatsuya Yamasaki Apache License 2.0 diff --git a/common/math/geometry/CHANGELOG.rst b/common/math/geometry/CHANGELOG.rst index 2fef972efdf..e5eeb0d64f1 100644 --- a/common/math/geometry/CHANGELOG.rst +++ b/common/math/geometry/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package geometry * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/common/math/geometry/package.xml b/common/math/geometry/package.xml index 33a53ffebe2..ed5422bd89f 100644 --- a/common/math/geometry/package.xml +++ b/common/math/geometry/package.xml @@ -2,7 +2,7 @@ geometry - 2.1.7 + 2.1.8 geometry math library for scenario_simulator_v2 application Masaya Kataoka Apache License 2.0 diff --git a/common/scenario_simulator_exception/CHANGELOG.rst b/common/scenario_simulator_exception/CHANGELOG.rst index e43733599dd..1780d2722a2 100644 --- a/common/scenario_simulator_exception/CHANGELOG.rst +++ b/common/scenario_simulator_exception/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package scenario_simulator_exception * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/common/scenario_simulator_exception/package.xml b/common/scenario_simulator_exception/package.xml index d775df3d2ac..ddffee8182d 100644 --- a/common/scenario_simulator_exception/package.xml +++ b/common/scenario_simulator_exception/package.xml @@ -2,7 +2,7 @@ scenario_simulator_exception - 2.1.7 + 2.1.8 Exception types for scenario simulator Tatsuya Yamasaki Apache License 2.0 diff --git a/common/simple_junit/CHANGELOG.rst b/common/simple_junit/CHANGELOG.rst index 72d792d3e3e..8747dd30cc0 100644 --- a/common/simple_junit/CHANGELOG.rst +++ b/common/simple_junit/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package junit_exporter * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/common/simple_junit/package.xml b/common/simple_junit/package.xml index d26a4845977..82ae848e777 100644 --- a/common/simple_junit/package.xml +++ b/common/simple_junit/package.xml @@ -2,7 +2,7 @@ simple_junit - 2.1.7 + 2.1.8 Lightweight JUnit library for ROS 2 Masaya Kataoka Tatsuya Yamasaki diff --git a/common/status_monitor/CHANGELOG.rst b/common/status_monitor/CHANGELOG.rst index fabf2422b54..d6edadcb875 100644 --- a/common/status_monitor/CHANGELOG.rst +++ b/common/status_monitor/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package status_monitor * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/common/status_monitor/package.xml b/common/status_monitor/package.xml index 2c5a649c247..8c225fe70b0 100644 --- a/common/status_monitor/package.xml +++ b/common/status_monitor/package.xml @@ -2,7 +2,7 @@ status_monitor - 2.1.7 + 2.1.8 none Tatsuya Yamasaki Apache License 2.0 diff --git a/external/concealer/CHANGELOG.rst b/external/concealer/CHANGELOG.rst index ffe281bd402..6744fbee224 100644 --- a/external/concealer/CHANGELOG.rst +++ b/external/concealer/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package concealer * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/external/concealer/package.xml b/external/concealer/package.xml index df4a0d58c47..18241c6c15d 100644 --- a/external/concealer/package.xml +++ b/external/concealer/package.xml @@ -2,7 +2,7 @@ concealer - 2.1.7 + 2.1.8 Provides a class 'Autoware' to conceal miscellaneous things to simplify Autoware management of the simulator. Tatsuya Yamasaki Apache License 2.0 diff --git a/external/embree_vendor/CHANGELOG.rst b/external/embree_vendor/CHANGELOG.rst index c5635764d39..b491555134b 100644 --- a/external/embree_vendor/CHANGELOG.rst +++ b/external/embree_vendor/CHANGELOG.rst @@ -16,6 +16,12 @@ Changelog for package embree_vendor * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/external/embree_vendor/package.xml b/external/embree_vendor/package.xml index c83e13bf2df..4ac0edb6620 100644 --- a/external/embree_vendor/package.xml +++ b/external/embree_vendor/package.xml @@ -2,7 +2,7 @@ embree_vendor - 2.1.7 + 2.1.8 vendor packages for intel raytracing kernel library masaya Apache 2.0 diff --git a/map/kashiwanoha_map/CHANGELOG.rst b/map/kashiwanoha_map/CHANGELOG.rst index f1254f86ca8..05bf18e7d9e 100644 --- a/map/kashiwanoha_map/CHANGELOG.rst +++ b/map/kashiwanoha_map/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package kashiwanoha_map * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/map/kashiwanoha_map/package.xml b/map/kashiwanoha_map/package.xml index 3aa114f33f0..cf2314b7c9b 100644 --- a/map/kashiwanoha_map/package.xml +++ b/map/kashiwanoha_map/package.xml @@ -2,7 +2,7 @@ kashiwanoha_map - 2.1.7 + 2.1.8 map package for kashiwanoha Masaya Kataoka Apache License 2.0 diff --git a/mock/cpp_mock_scenarios/CHANGELOG.rst b/mock/cpp_mock_scenarios/CHANGELOG.rst index 45f5ed9e69d..2b307f81cb4 100644 --- a/mock/cpp_mock_scenarios/CHANGELOG.rst +++ b/mock/cpp_mock_scenarios/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package cpp_mock_scenarios * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge pull request `#1275 `_ from tier4/feature/improve-ros-parameter-handling diff --git a/mock/cpp_mock_scenarios/package.xml b/mock/cpp_mock_scenarios/package.xml index d2de246fa95..0a20573a470 100644 --- a/mock/cpp_mock_scenarios/package.xml +++ b/mock/cpp_mock_scenarios/package.xml @@ -2,7 +2,7 @@ cpp_mock_scenarios - 2.1.7 + 2.1.8 C++ mock scenarios masaya Apache License 2.0 diff --git a/openscenario/openscenario_experimental_catalog/CHANGELOG.rst b/openscenario/openscenario_experimental_catalog/CHANGELOG.rst index 7d732774ad2..5e47590cb52 100644 --- a/openscenario/openscenario_experimental_catalog/CHANGELOG.rst +++ b/openscenario/openscenario_experimental_catalog/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package openscenario_experimental_catalog * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/openscenario/openscenario_experimental_catalog/package.xml b/openscenario/openscenario_experimental_catalog/package.xml index d7d40291637..395c678d5f4 100644 --- a/openscenario/openscenario_experimental_catalog/package.xml +++ b/openscenario/openscenario_experimental_catalog/package.xml @@ -2,7 +2,7 @@ openscenario_experimental_catalog - 2.1.7 + 2.1.8 TIER IV experimental catalogs for OpenSCENARIO Tatsuya Yamasaki Apache License 2.0 diff --git a/openscenario/openscenario_interpreter/CHANGELOG.rst b/openscenario/openscenario_interpreter/CHANGELOG.rst index a2c94658b4a..1b2d50612c9 100644 --- a/openscenario/openscenario_interpreter/CHANGELOG.rst +++ b/openscenario/openscenario_interpreter/CHANGELOG.rst @@ -14,6 +14,12 @@ Changelog for package openscenario_interpreter * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge pull request `#1275 `_ from tier4/feature/improve-ros-parameter-handling diff --git a/openscenario/openscenario_interpreter/package.xml b/openscenario/openscenario_interpreter/package.xml index 23c2b6d72de..e3ae867a80f 100644 --- a/openscenario/openscenario_interpreter/package.xml +++ b/openscenario/openscenario_interpreter/package.xml @@ -2,7 +2,7 @@ openscenario_interpreter - 2.1.7 + 2.1.8 OpenSCENARIO 1.2.0 interpreter package for Autoware Tatsuya Yamasaki Apache License 2.0 diff --git a/openscenario/openscenario_interpreter_example/CHANGELOG.rst b/openscenario/openscenario_interpreter_example/CHANGELOG.rst index 3c7585bfd04..5ecf3d386cb 100644 --- a/openscenario/openscenario_interpreter_example/CHANGELOG.rst +++ b/openscenario/openscenario_interpreter_example/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package openscenario_interpreter_example * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/openscenario/openscenario_interpreter_example/package.xml b/openscenario/openscenario_interpreter_example/package.xml index 6e1d60ff3d2..ccd1ec9fe07 100644 --- a/openscenario/openscenario_interpreter_example/package.xml +++ b/openscenario/openscenario_interpreter_example/package.xml @@ -3,7 +3,7 @@ openscenario_interpreter_example - 2.1.7 + 2.1.8 Examples for some TIER IV OpenSCENARIO Interpreter's features Tatsuya Yamasaki Apache License 2.0 diff --git a/openscenario/openscenario_interpreter_msgs/CHANGELOG.rst b/openscenario/openscenario_interpreter_msgs/CHANGELOG.rst index 722d6c52414..303155de75f 100644 --- a/openscenario/openscenario_interpreter_msgs/CHANGELOG.rst +++ b/openscenario/openscenario_interpreter_msgs/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package openscenario_interpreter_msgs * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/openscenario/openscenario_interpreter_msgs/package.xml b/openscenario/openscenario_interpreter_msgs/package.xml index 76fd9b2644a..25525f2821c 100644 --- a/openscenario/openscenario_interpreter_msgs/package.xml +++ b/openscenario/openscenario_interpreter_msgs/package.xml @@ -2,7 +2,7 @@ openscenario_interpreter_msgs - 2.1.7 + 2.1.8 ROS message types for package openscenario_interpreter Yamasaki Tatsuya Apache License 2.0 diff --git a/openscenario/openscenario_preprocessor/CHANGELOG.rst b/openscenario/openscenario_preprocessor/CHANGELOG.rst index 642beaae459..d343134493a 100644 --- a/openscenario/openscenario_preprocessor/CHANGELOG.rst +++ b/openscenario/openscenario_preprocessor/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package openscenario_preprocessor * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/openscenario/openscenario_preprocessor/package.xml b/openscenario/openscenario_preprocessor/package.xml index 606dcebb3e4..7c88b485345 100644 --- a/openscenario/openscenario_preprocessor/package.xml +++ b/openscenario/openscenario_preprocessor/package.xml @@ -3,7 +3,7 @@ openscenario_preprocessor - 2.1.7 + 2.1.8 Example package for TIER IV OpenSCENARIO Interpreter Kotaro Yoshimoto Apache License 2.0 diff --git a/openscenario/openscenario_preprocessor_msgs/CHANGELOG.rst b/openscenario/openscenario_preprocessor_msgs/CHANGELOG.rst index c4036e19a10..cde933c0d81 100644 --- a/openscenario/openscenario_preprocessor_msgs/CHANGELOG.rst +++ b/openscenario/openscenario_preprocessor_msgs/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package openscenario_preprocessor_msgs * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/openscenario/openscenario_preprocessor_msgs/package.xml b/openscenario/openscenario_preprocessor_msgs/package.xml index a055a7e2601..4cb164009ec 100644 --- a/openscenario/openscenario_preprocessor_msgs/package.xml +++ b/openscenario/openscenario_preprocessor_msgs/package.xml @@ -2,7 +2,7 @@ openscenario_preprocessor_msgs - 2.1.7 + 2.1.8 ROS message types for package openscenario_preprocessor Kotaro Yoshimoto Apache License 2.0 diff --git a/openscenario/openscenario_utility/CHANGELOG.rst b/openscenario/openscenario_utility/CHANGELOG.rst index 23411560857..8b5624a5b82 100644 --- a/openscenario/openscenario_utility/CHANGELOG.rst +++ b/openscenario/openscenario_utility/CHANGELOG.rst @@ -16,6 +16,12 @@ Changelog for package openscenario_utility * refactor: delete workflow.Workflow and rename workflow.py to scenario.py * Contributors: Kotaro Yoshimoto, Tatsuya Yamasaki +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/openscenario/openscenario_utility/package.xml b/openscenario/openscenario_utility/package.xml index 048acf3f72f..f4eabc98759 100644 --- a/openscenario/openscenario_utility/package.xml +++ b/openscenario/openscenario_utility/package.xml @@ -2,7 +2,7 @@ openscenario_utility - 2.1.7 + 2.1.8 Utility tools for ASAM OpenSCENARIO 1.2.0 Tatsuya Yamasaki Apache License 2.0 diff --git a/openscenario/openscenario_validator/CHANGELOG.rst b/openscenario/openscenario_validator/CHANGELOG.rst index 34529344df9..cc68e668841 100644 --- a/openscenario/openscenario_validator/CHANGELOG.rst +++ b/openscenario/openscenario_validator/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package openscenario_validator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/openscenario/openscenario_validator/package.xml b/openscenario/openscenario_validator/package.xml index 45e9b50e53d..77f15a0c906 100644 --- a/openscenario/openscenario_validator/package.xml +++ b/openscenario/openscenario_validator/package.xml @@ -2,7 +2,7 @@ openscenario_validator - 2.1.7 + 2.1.8 Validator for OpenSCENARIO 1.3 Kotaro Yoshimoto Apache License 2.0 diff --git a/rviz_plugins/openscenario_visualization/CHANGELOG.rst b/rviz_plugins/openscenario_visualization/CHANGELOG.rst index 68eaf3457a1..5cfc0e50646 100644 --- a/rviz_plugins/openscenario_visualization/CHANGELOG.rst +++ b/rviz_plugins/openscenario_visualization/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package openscenario_visualization * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/rviz_plugins/openscenario_visualization/package.xml b/rviz_plugins/openscenario_visualization/package.xml index cde6936cff2..ca828bcbda2 100644 --- a/rviz_plugins/openscenario_visualization/package.xml +++ b/rviz_plugins/openscenario_visualization/package.xml @@ -2,7 +2,7 @@ openscenario_visualization - 2.1.7 + 2.1.8 Visualization tools for simulation results Masaya Kataoka Kyoichi Sugahara diff --git a/rviz_plugins/real_time_factor_control_rviz_plugin/CHANGELOG.rst b/rviz_plugins/real_time_factor_control_rviz_plugin/CHANGELOG.rst index e72288b9ead..97a6e5df448 100644 --- a/rviz_plugins/real_time_factor_control_rviz_plugin/CHANGELOG.rst +++ b/rviz_plugins/real_time_factor_control_rviz_plugin/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package real_time_factor_control_rviz_plugin * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/rviz_plugins/real_time_factor_control_rviz_plugin/package.xml b/rviz_plugins/real_time_factor_control_rviz_plugin/package.xml index b6914388dde..70cdf29b301 100644 --- a/rviz_plugins/real_time_factor_control_rviz_plugin/package.xml +++ b/rviz_plugins/real_time_factor_control_rviz_plugin/package.xml @@ -2,7 +2,7 @@ real_time_factor_control_rviz_plugin - 2.1.7 + 2.1.8 Slider controlling real time factor value. Paweł Lech Apache License 2.0 diff --git a/scenario_simulator_v2/CHANGELOG.rst b/scenario_simulator_v2/CHANGELOG.rst index 2cc48bef587..da730858713 100644 --- a/scenario_simulator_v2/CHANGELOG.rst +++ b/scenario_simulator_v2/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package scenario_simulator_v2 * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/scenario_simulator_v2/package.xml b/scenario_simulator_v2/package.xml index 1ab02509b02..204ae5d70d7 100644 --- a/scenario_simulator_v2/package.xml +++ b/scenario_simulator_v2/package.xml @@ -2,7 +2,7 @@ scenario_simulator_v2 - 2.1.7 + 2.1.8 scenario testing framework for Autoware Masaya Kataoka Apache License 2.0 diff --git a/simulation/behavior_tree_plugin/CHANGELOG.rst b/simulation/behavior_tree_plugin/CHANGELOG.rst index f123b83193b..da4f5cf2edb 100644 --- a/simulation/behavior_tree_plugin/CHANGELOG.rst +++ b/simulation/behavior_tree_plugin/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package behavior_tree_plugin * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/simulation/behavior_tree_plugin/package.xml b/simulation/behavior_tree_plugin/package.xml index 14d4c9970e8..df1b803add3 100644 --- a/simulation/behavior_tree_plugin/package.xml +++ b/simulation/behavior_tree_plugin/package.xml @@ -2,7 +2,7 @@ behavior_tree_plugin - 2.1.7 + 2.1.8 Behavior tree plugin for traffic_simulator masaya Apache 2.0 diff --git a/simulation/do_nothing_plugin/CHANGELOG.rst b/simulation/do_nothing_plugin/CHANGELOG.rst index 86dee7ed816..d66d557ee80 100644 --- a/simulation/do_nothing_plugin/CHANGELOG.rst +++ b/simulation/do_nothing_plugin/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package do_nothing_plugin * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/simulation/do_nothing_plugin/package.xml b/simulation/do_nothing_plugin/package.xml index 2cc5655e0a1..ad3512650fd 100644 --- a/simulation/do_nothing_plugin/package.xml +++ b/simulation/do_nothing_plugin/package.xml @@ -2,7 +2,7 @@ do_nothing_plugin - 2.1.7 + 2.1.8 Behavior plugin for do nothing Masaya Kataoka Apache 2.0 diff --git a/simulation/simple_sensor_simulator/CHANGELOG.rst b/simulation/simple_sensor_simulator/CHANGELOG.rst index 8bf43b48c9b..210c79a9392 100644 --- a/simulation/simple_sensor_simulator/CHANGELOG.rst +++ b/simulation/simple_sensor_simulator/CHANGELOG.rst @@ -13,6 +13,38 @@ Changelog for package simple_sensor_simulator * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge pull request `#1291 `_ from tier4/feature/simple_sensor_simulator_unit_test + Feature/simple sensor simulator unit test +* Moved ament_cmake_gtest to package.xml +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* test: [RJD-937] to Implement Unit tests on simple_sensor_simulator + - Fixed an issue with missed header file +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* test: [RJD-937] to Implement Unit tests on simple_sensor_simulator + - Fixed an issue with missing package +* test: [RJD-937] to Implement Unit tests on simple_sensor_simulator + - Corrected directory structure + - Fixed an issue with a mistake +* test: [RJD-937] to Implement Unit tests on simple_sensor_simulator + - Replaced constructors with SetUp: RaycasterTest and GridTraversalTest + - Refactored Box, GridTraversal and Vertex unit tests +* test: [RJD-937] to Implement Unit tests on simple_sensor_simulator + - Fixed an issue with Raycaster tests - pointcloud size checking + - Updated test descriptions + - Added 'const' to specific variables + - Ensured a new line is added at the end of each file +* test: [RJD-937] to Implement Unit tests on simple_sensor_simulator + - Added CMakeLists.txt +* test: [RJD-937] to Implement Unit tests on simple_sensor_simulator + - Added unit tests to GridTraversal +* test: [RJD-937] to Implement Unit tests on simple_sensor_simulator + - Added unit tests to Box and Vertex classes + - Added unit tests to Raycaster class + - Added set of macros used in unit tests +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/simulation/simple_sensor_simulator/package.xml b/simulation/simple_sensor_simulator/package.xml index dff923ae37b..e3c14edbb7d 100644 --- a/simulation/simple_sensor_simulator/package.xml +++ b/simulation/simple_sensor_simulator/package.xml @@ -1,7 +1,7 @@ simple_sensor_simulator - 2.1.7 + 2.1.8 simple_sensor_simulator package masaya kataoka diff --git a/simulation/simulation_interface/CHANGELOG.rst b/simulation/simulation_interface/CHANGELOG.rst index 566d4755bc2..af5f51fc0f5 100644 --- a/simulation/simulation_interface/CHANGELOG.rst +++ b/simulation/simulation_interface/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package simulation_interface * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/simulation/simulation_interface/package.xml b/simulation/simulation_interface/package.xml index 30292fa588f..0ae0ff65fd9 100644 --- a/simulation/simulation_interface/package.xml +++ b/simulation/simulation_interface/package.xml @@ -2,7 +2,7 @@ simulation_interface - 2.1.7 + 2.1.8 packages to define interface between simulator and scenario interpreter Masaya Kataoka Apache License 2.0 diff --git a/simulation/traffic_simulator/CHANGELOG.rst b/simulation/traffic_simulator/CHANGELOG.rst index 2252b2710d5..efc3979d64c 100644 --- a/simulation/traffic_simulator/CHANGELOG.rst +++ b/simulation/traffic_simulator/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package traffic_simulator * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge pull request `#1275 `_ from tier4/feature/improve-ros-parameter-handling diff --git a/simulation/traffic_simulator/package.xml b/simulation/traffic_simulator/package.xml index 826d273d550..791782a002e 100644 --- a/simulation/traffic_simulator/package.xml +++ b/simulation/traffic_simulator/package.xml @@ -1,7 +1,7 @@ traffic_simulator - 2.1.7 + 2.1.8 control traffic flow masaya kataoka diff --git a/simulation/traffic_simulator_msgs/CHANGELOG.rst b/simulation/traffic_simulator_msgs/CHANGELOG.rst index 418fbb74852..994f32f3485 100644 --- a/simulation/traffic_simulator_msgs/CHANGELOG.rst +++ b/simulation/traffic_simulator_msgs/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package openscenario_msgs * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/simulation/traffic_simulator_msgs/package.xml b/simulation/traffic_simulator_msgs/package.xml index 2d17165f834..e260652502d 100644 --- a/simulation/traffic_simulator_msgs/package.xml +++ b/simulation/traffic_simulator_msgs/package.xml @@ -2,7 +2,7 @@ traffic_simulator_msgs - 2.1.7 + 2.1.8 ROS messages for openscenario Masaya Kataoka Apache License 2.0 diff --git a/test_runner/random_test_runner/CHANGELOG.rst b/test_runner/random_test_runner/CHANGELOG.rst index 531a5dd17af..d61aa672c17 100644 --- a/test_runner/random_test_runner/CHANGELOG.rst +++ b/test_runner/random_test_runner/CHANGELOG.rst @@ -13,6 +13,12 @@ Changelog for package random_test_runner * Merge branch 'master' into refactor/drop_workflow * Contributors: Kotaro Yoshimoto +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/test_runner/random_test_runner/package.xml b/test_runner/random_test_runner/package.xml index ee139252a6c..8048afce27c 100644 --- a/test_runner/random_test_runner/package.xml +++ b/test_runner/random_test_runner/package.xml @@ -2,7 +2,7 @@ random_test_runner - 2.1.7 + 2.1.8 Random behavior test runner piotr-zyskowski-rai Apache License 2.0 diff --git a/test_runner/scenario_test_runner/CHANGELOG.rst b/test_runner/scenario_test_runner/CHANGELOG.rst index 3ea78095fda..07fdfeab3e5 100644 --- a/test_runner/scenario_test_runner/CHANGELOG.rst +++ b/test_runner/scenario_test_runner/CHANGELOG.rst @@ -23,6 +23,12 @@ Changelog for package scenario_test_runner * refactor: delete workflow.Workflow and rename workflow.py to scenario.py * Contributors: Kotaro Yoshimoto, Tatsuya Yamasaki +2.1.8 (2024-06-20) +------------------ +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Merge branch 'master' into feature/simple_sensor_simulator_unit_test +* Contributors: Kotaro Yoshimoto, SzymonParapura + 2.1.7 (2024-06-19) ------------------ * Merge branch 'master' into feature/improve-ros-parameter-handling diff --git a/test_runner/scenario_test_runner/package.xml b/test_runner/scenario_test_runner/package.xml index 1bf1f8ed87b..6d04eff5cd1 100644 --- a/test_runner/scenario_test_runner/package.xml +++ b/test_runner/scenario_test_runner/package.xml @@ -2,7 +2,7 @@ scenario_test_runner - 2.1.7 + 2.1.8 scenario test runner package Tatsuya Yamasaki Apache License 2.0