Skip to content

Commit 4d77aaf

Browse files
Merge branch 'master' into feat/RJD-1199-add-imu-sensor-to-simple-sensor-simulator
2 parents 2b40fcb + c1cab6e commit 4d77aaf

File tree

60 files changed

+926
-311
lines changed

Some content is hidden

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

60 files changed

+926
-311
lines changed

.github/workflows/custom_spell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"Canonicalized",
77
"canonicalizing",
88
"classname",
9+
"Cmyk",
910
"Dawid",
1011
"DBOOST",
1112
"DBUILD",

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.4.1 (2024-07-30)
25+
------------------
26+
* Merge branch 'master' into doc/open_scenario_support
27+
* Contributors: Tatsuya Yamasaki
28+
2429
3.4.0 (2024-07-26)
2530
------------------
2631

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.4.0</version>
5+
<version>3.4.1</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.4.1 (2024-07-30)
25+
------------------
26+
* Merge branch 'master' into doc/open_scenario_support
27+
* Contributors: Tatsuya Yamasaki
28+
2429
3.4.0 (2024-07-26)
2530
------------------
2631

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.4.0</version>
5+
<version>3.4.1</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.4.1 (2024-07-30)
25+
------------------
26+
* Merge branch 'master' into doc/open_scenario_support
27+
* Contributors: Tatsuya Yamasaki
28+
2429
3.4.0 (2024-07-26)
2530
------------------
2631

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.4.0</version>
5+
<version>3.4.1</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.4.1 (2024-07-30)
25+
------------------
26+
* Merge branch 'master' into doc/open_scenario_support
27+
* Contributors: Tatsuya Yamasaki
28+
2429
3.4.0 (2024-07-26)
2530
------------------
2631

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.4.0</version>
5+
<version>3.4.1</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.4.1 (2024-07-30)
25+
------------------
26+
* Merge branch 'master' into doc/open_scenario_support
27+
* Contributors: Tatsuya Yamasaki
28+
2429
3.4.0 (2024-07-26)
2530
------------------
2631

0 commit comments

Comments
 (0)