Skip to content

Commit 35759ad

Browse files
Merge branch 'master' into feat/RJD-1199-add-imu-sensor-to-simple-sensor-simulator
2 parents a702228 + 1b458d8 commit 35759ad

File tree

58 files changed

+182
-29
lines changed

Some content is hidden

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

58 files changed

+182
-29
lines changed

common/math/arithmetic/CHANGELOG.rst

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

24+
3.2.0 (2024-07-18)
25+
------------------
26+
* Merge remote-tracking branch 'origin/master' into fix/spawn_position_of_map_pose
27+
* Contributors: Masaya Kataoka
28+
2429
3.1.0 (2024-07-16)
2530
------------------
2631
* Merge branch 'master' into autoware_lanelet2_extension

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>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>arithmetic library for scenario_simulator_v2</description>
77
<maintainer email="[email protected]">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

common/math/geometry/CHANGELOG.rst

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

24+
3.2.0 (2024-07-18)
25+
------------------
26+
* Merge remote-tracking branch 'origin/master' into fix/spawn_position_of_map_pose
27+
* Contributors: Masaya Kataoka
28+
2429
3.1.0 (2024-07-16)
2530
------------------
2631
* Merge branch 'master' into autoware_lanelet2_extension

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>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>geometry math library for scenario_simulator_v2 application</description>
77
<maintainer email="[email protected]">Masaya Kataoka</maintainer>
88
<license>Apache License 2.0</license>

common/scenario_simulator_exception/CHANGELOG.rst

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

24+
3.2.0 (2024-07-18)
25+
------------------
26+
* Merge remote-tracking branch 'origin/master' into fix/spawn_position_of_map_pose
27+
* Contributors: Masaya Kataoka
28+
2429
3.1.0 (2024-07-16)
2530
------------------
2631
* Merge branch 'master' into autoware_lanelet2_extension

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>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>Exception types for scenario simulator</description>
77
<maintainer email="[email protected]">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

common/simple_junit/CHANGELOG.rst

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

24+
3.2.0 (2024-07-18)
25+
------------------
26+
* Merge remote-tracking branch 'origin/master' into fix/spawn_position_of_map_pose
27+
* Contributors: Masaya Kataoka
28+
2429
3.1.0 (2024-07-16)
2530
------------------
2631
* Merge branch 'master' into autoware_lanelet2_extension

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>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>Lightweight JUnit library for ROS 2</description>
77
<maintainer email="[email protected]">Masaya Kataoka</maintainer>
88
<maintainer email="[email protected]">Tatsuya Yamasaki</maintainer>

common/status_monitor/CHANGELOG.rst

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

24+
3.2.0 (2024-07-18)
25+
------------------
26+
* Merge remote-tracking branch 'origin/master' into fix/spawn_position_of_map_pose
27+
* Contributors: Masaya Kataoka
28+
2429
3.1.0 (2024-07-16)
2530
------------------
2631
* Merge branch 'master' into autoware_lanelet2_extension

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>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>none</description>
77
<maintainer email="[email protected]">Tatsuya Yamasaki</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)