Skip to content

Commit ee2deff

Browse files
authored
Merge branch 'master' into fix-turn-indicator-report
2 parents 6a35219 + 5078293 commit ee2deff

File tree

64 files changed

+313
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+313
-49
lines changed

common/get_parameter/CHANGELOG.rst

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

5+
15.0.4 (2025-04-03)
6+
-------------------
7+
8+
15.0.3 (2025-04-03)
9+
-------------------
10+
* Merge branch 'master' into feature/remove-trajectory-subscription
11+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
12+
* Contributors: Mateusz Palczuk
13+
514
15.0.2 (2025-04-02)
615
-------------------
716
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

common/get_parameter/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>get_parameter</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>Thin wrapper for rclcpp::Node::get_parameter</description>
77
<maintainer email="tatsuya.yamasaki@tier4.jp">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

common/math/arithmetic/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Changelog for package arithmetic
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge branch 'master' into feature/remove-trajectory-subscription
30+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
31+
* Contributors: Mateusz Palczuk
32+
2433
15.0.2 (2025-04-02)
2534
-------------------
2635
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

common/math/arithmetic/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>arithmetic</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>arithmetic library for scenario_simulator_v2</description>
77
<maintainer email="tatsuya.yamasaki@tier4.jp">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

common/math/geometry/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Changelog for package geometry
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge branch 'master' into feature/remove-trajectory-subscription
30+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
31+
* Contributors: Mateusz Palczuk
32+
2433
15.0.2 (2025-04-02)
2534
-------------------
2635
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

common/math/geometry/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>geometry</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>geometry math library for scenario_simulator_v2 application</description>
77
<maintainer email="masaya.kataoka@tier4.jp">Masaya Kataoka</maintainer>
88
<license>Apache License 2.0</license>

common/scenario_simulator_exception/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Changelog for package scenario_simulator_exception
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge branch 'master' into feature/remove-trajectory-subscription
30+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
31+
* Contributors: Mateusz Palczuk
32+
2433
15.0.2 (2025-04-02)
2534
-------------------
2635
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

common/scenario_simulator_exception/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>scenario_simulator_exception</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>Exception types for scenario simulator</description>
77
<maintainer email="tatsuya.yamasaki@tier4.jp">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

common/simple_junit/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Changelog for package junit_exporter
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge branch 'master' into feature/remove-trajectory-subscription
30+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
31+
* Contributors: Mateusz Palczuk
32+
2433
15.0.2 (2025-04-02)
2534
-------------------
2635
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

common/simple_junit/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>simple_junit</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>Lightweight JUnit library for ROS 2</description>
77
<maintainer email="masaya.kataoka@tier4.jp">Masaya Kataoka</maintainer>
88
<maintainer email="tatsuya.yamasaki@tier4.jp">Tatsuya Yamasaki</maintainer>

common/status_monitor/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Changelog for package status_monitor
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge branch 'master' into feature/remove-trajectory-subscription
30+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
31+
* Contributors: Mateusz Palczuk
32+
2433
15.0.2 (2025-04-02)
2534
-------------------
2635
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

common/status_monitor/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>status_monitor</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>none</description>
77
<maintainer email="tatsuya.yamasaki@tier4.jp">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

docs/developer_guide/Communication.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
| `/api/external/get/emergency` | [`tier4_external_api_msgs/msg/Emergency`](https://github.com/tier4/tier4_autoware_msgs/blob/tier4/universe/tier4_external_api_msgs/msg/Emergency.msg) | Used in UserDefinedValueCondition `currentEmergencyState` |
99
| `/api/external/get/rtc_status` | [`tier4_rtc_msgs/msg/CooperateStatusArray`](https://github.com/tier4/tier4_autoware_msgs/blob/tier4/universe/tier4_rtc_msgs/msg/CooperateStatusArray.msg) | |
1010
| `/api/fail_safe/mrm_state` | [`autoware_adapi_v1_msgs/msg/MrmState`](https://github.com/autowarefoundation/autoware_adapi_msgs/blob/main/autoware_adapi_v1_msgs/system/msg/MrmState.msg) | Used in UserDefinedValueCondition `currentMinimumRiskManeuverState` |
11-
| `/api/iv_msgs/planning/scenario_planning/trajectory` | [`tier4_planning_msgs/msg/Trajectory`](https://github.com/tier4/tier4_autoware_msgs/blob/tier4/universe/tier4_planning_msgs/msg/Trajectory.msg) | |
1211
| `/autoware/state` | [`autoware_system_msgs/msg/AutowareState`](https://github.com/autowarefoundation/autoware_msgs/tree/main/autoware_system_msgs/msg/AutowareState.msg) | Used in UserDefinedValueCondition `currentAutowareState` |
1312
| `/control/command/control_cmd` | [`autoware_control_msgs/msg/Control`](https://github.com/autowarefoundation/autoware_msgs/blob/main/autoware_control_msgs/msg/Control.msg) | |
1413
| `/control/command/gear_cmd` | [`autoware_vehicle_msgs/msg/GearCommand`](https://github.com/autowarefoundation/autoware_msgs/blob/main/autoware_vehicle_msgs/msg/GearCommand.msg) | |

external/concealer/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ Changelog for package concealer
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge pull request `#1555 <https://github.com/tier4/scenario_simulator_v2/issues/1555>`_ from tier4/feature/remove-trajectory-subscription
30+
Remove Autoware trajectory subscription
31+
* Merge branch 'master' into feature/remove-trajectory-subscription
32+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
33+
* Remove Autoware trajectory subscription
34+
* Contributors: Mateusz Palczuk, Tatsuya Yamasaki
35+
2436
15.0.2 (2025-04-02)
2537
-------------------
2638
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

external/concealer/include/concealer/field_operator_application.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
#include <tier4_external_api_msgs/msg/emergency.hpp>
4141
#include <tier4_external_api_msgs/srv/engage.hpp>
4242
#include <tier4_external_api_msgs/srv/set_velocity_limit.hpp>
43-
#include <tier4_planning_msgs/msg/trajectory.hpp>
4443
#include <tier4_rtc_msgs/msg/cooperate_status_array.hpp>
4544
#include <tier4_rtc_msgs/srv/auto_mode_with_module.hpp>
4645
#include <tier4_rtc_msgs/srv/cooperate_commands.hpp>
@@ -78,7 +77,6 @@ struct FieldOperatorApplication : public rclcpp::Node
7877
#if __has_include(<autoware_adapi_v1_msgs/msg/route_state.hpp>)
7978
using RouteState = autoware_adapi_v1_msgs::msg::RouteState;
8079
#endif
81-
using Trajectory = tier4_planning_msgs::msg::Trajectory;
8280
using TurnIndicatorsCommand = autoware_vehicle_msgs::msg::TurnIndicatorsCommand;
8381

8482
using ClearRoute = autoware_adapi_v1_msgs::srv::ClearRoute;
@@ -105,7 +103,6 @@ struct FieldOperatorApplication : public rclcpp::Node
105103
#if __has_include(<autoware_adapi_v1_msgs/msg/route_state.hpp>)
106104
Subscriber<RouteState> getRouteState;
107105
#endif
108-
Subscriber<Trajectory> getTrajectory;
109106
Subscriber<TurnIndicatorsCommand> getTurnIndicatorsCommand;
110107

111108
Service<ClearRoute> requestClearRoute;
@@ -163,8 +160,6 @@ struct FieldOperatorApplication : public rclcpp::Node
163160

164161
auto getLegacyAutowareState() const -> LegacyAutowareState;
165162

166-
auto getWaypoints() const -> traffic_simulator_msgs::msg::WaypointsArray;
167-
168163
auto requestAutoModeForCooperation(const std::string &, bool) -> void;
169164

170165
auto sendCooperateCommand(const std::string &, const std::string &) -> void;

external/concealer/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>concealer</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>Provides a class 'Autoware' to conceal miscellaneous things to simplify Autoware management of the simulator.</description>
77
<maintainer email="tatsuya.yamasaki@tier4.jp">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

external/concealer/src/field_operator_application.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ FieldOperatorApplication::FieldOperatorApplication(const pid_t pid)
151151
#if __has_include(<autoware_adapi_v1_msgs/msg/route_state.hpp>)
152152
getRouteState("/api/routing/state", rclcpp::QoS(1), *this),
153153
#endif
154-
getTrajectory("/api/iv_msgs/planning/scenario_planning/trajectory", rclcpp::QoS(1), *this),
155154
getTurnIndicatorsCommand("/control/command/turn_indicators_cmd", rclcpp::QoS(1), *this),
156155
requestClearRoute("/api/routing/clear_route", *this),
157156
requestCooperateCommands("/api/external/set/rtc_commands", *this),
@@ -300,17 +299,6 @@ auto FieldOperatorApplication::engaged() const -> bool
300299
return task_queue.empty() and getLegacyAutowareState().value == LegacyAutowareState::driving;
301300
}
302301

303-
auto FieldOperatorApplication::getWaypoints() const -> traffic_simulator_msgs::msg::WaypointsArray
304-
{
305-
traffic_simulator_msgs::msg::WaypointsArray waypoints;
306-
307-
for (const auto & point : getTrajectory().points) {
308-
waypoints.waypoints.emplace_back(point.pose.position);
309-
}
310-
311-
return waypoints;
312-
}
313-
314302
auto FieldOperatorApplication::initialize(const geometry_msgs::msg::Pose & initial_pose) -> void
315303
{
316304
if (not std::exchange(initialized, true)) {

external/embree_vendor/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ Changelog for package embree_vendor
2424
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2525
* Contributors: Masaya Kataoka
2626

27+
15.0.4 (2025-04-03)
28+
-------------------
29+
30+
15.0.3 (2025-04-03)
31+
-------------------
32+
* Merge branch 'master' into feature/remove-trajectory-subscription
33+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
34+
* Contributors: Mateusz Palczuk
35+
2736
15.0.2 (2025-04-02)
2837
-------------------
2938
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

external/embree_vendor/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>embree_vendor</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>vendor packages for intel raytracing kernel library</description>
77
<maintainer email="ms.kataoka@gmail.com">masaya</maintainer>
88
<license>Apache 2.0</license>

map/kashiwanoha_map/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Changelog for package kashiwanoha_map
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge branch 'master' into feature/remove-trajectory-subscription
30+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
31+
* Contributors: Mateusz Palczuk
32+
2433
15.0.2 (2025-04-02)
2534
-------------------
2635
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

map/kashiwanoha_map/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>kashiwanoha_map</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>map package for kashiwanoha</description>
77
<maintainer email="masaya.kataoka@tier4.jp">Masaya Kataoka</maintainer>
88
<license>Apache License 2.0</license>

map/simple_cross_map/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ Changelog for package simple_cross_map
99
* Merge branch 'master' into feature/publish_empty_context
1010
* Contributors: Masaya Kataoka
1111

12+
15.0.4 (2025-04-03)
13+
-------------------
14+
15+
15.0.3 (2025-04-03)
16+
-------------------
17+
* Merge branch 'master' into feature/remove-trajectory-subscription
18+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
19+
* Contributors: Mateusz Palczuk
20+
1221
15.0.2 (2025-04-02)
1322
-------------------
1423
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

map/simple_cross_map/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>simple_cross_map</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>map package for simple cross</description>
77
<maintainer email="masaya.kataoka@tier4.jp">Masaya Kataoka</maintainer>
88
<license>Apache License 2.0</license>

mock/cpp_mock_scenarios/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Changelog for package cpp_mock_scenarios
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge branch 'master' into feature/remove-trajectory-subscription
30+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
31+
* Contributors: Mateusz Palczuk
32+
2433
15.0.2 (2025-04-02)
2534
-------------------
2635
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

mock/cpp_mock_scenarios/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>cpp_mock_scenarios</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>C++ mock scenarios</description>
77
<maintainer email="masaya.kataoka@tier4.jp">masaya</maintainer>
88
<license>Apache License 2.0</license>

openscenario/openscenario_experimental_catalog/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Changelog for package openscenario_experimental_catalog
2121
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
2222
* Contributors: Masaya Kataoka
2323

24+
15.0.4 (2025-04-03)
25+
-------------------
26+
27+
15.0.3 (2025-04-03)
28+
-------------------
29+
* Merge branch 'master' into feature/remove-trajectory-subscription
30+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
31+
* Contributors: Mateusz Palczuk
32+
2433
15.0.2 (2025-04-02)
2534
-------------------
2635
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

openscenario/openscenario_experimental_catalog/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>openscenario_experimental_catalog</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>TIER IV experimental catalogs for OpenSCENARIO</description>
77
<maintainer email="tatsuya.yamasaki@tier4.jp">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

openscenario/openscenario_interpreter/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Changelog for package openscenario_interpreter
3232
* add publish_empty_context parameter
3333
* Contributors: Masaya Kataoka
3434

35+
15.0.4 (2025-04-03)
36+
-------------------
37+
38+
15.0.3 (2025-04-03)
39+
-------------------
40+
* Merge branch 'master' into feature/remove-trajectory-subscription
41+
* Merge remote-tracking branch 'tier4/master' into feature/remove-trajectory-subscription
42+
* Contributors: Mateusz Palczuk
43+
3544
15.0.2 (2025-04-02)
3645
-------------------
3746
* Merge branch 'master' into dependabot/pip/jinja2-3.1.6

openscenario/openscenario_interpreter/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>openscenario_interpreter</name>
5-
<version>15.0.2</version>
5+
<version>15.0.4</version>
66
<description>OpenSCENARIO 1.2.0 interpreter package for Autoware</description>
77
<maintainer email="tatsuya.yamasaki@tier4.jp">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)