Skip to content

Commit 4eb9250

Browse files
Merge branch 'master' into feat/RJD-1199-add-imu-sensor-to-simple-sensor-simulator
2 parents 0b3dc30 + a0b0574 commit 4eb9250

File tree

149 files changed

+3221
-1155
lines changed

Some content is hidden

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

149 files changed

+3221
-1155
lines changed

.github/workflows/Docker.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/Release.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
statuses: write
3030
timeout-minutes: 10
3131
container: ros:humble
32+
outputs:
33+
new_version: ${{ steps.new_version.outputs.new_version }}
3234
steps:
3335
- name: Restore branch
3436
uses: levonet/action-restore-branch@master
@@ -140,3 +142,50 @@ jobs:
140142
repo: context.repo.repo,
141143
ref: `heads/${context.payload.pull_request.head.ref}`,
142144
})
145+
push_docker:
146+
needs: release
147+
name: Push Docker Image
148+
runs-on: ubuntu-22.04
149+
timeout-minutes: 720
150+
strategy:
151+
matrix:
152+
rosdistro: [humble]
153+
arch: [amd64]
154+
# Build test for arm64 CPU is broken.
155+
# This is a temporary solution and will be repaired in the future.
156+
# See also https://github.com/tier4/scenario_simulator_v2/pull/1295
157+
# arch: [amd64, arm64]
158+
steps:
159+
- name: Free Disk Space (Ubuntu)
160+
uses: jlumbroso/free-disk-space@main
161+
with:
162+
tool-cache: false
163+
164+
- name: Install docker for ubuntu runner
165+
uses: docker/setup-buildx-action@v3
166+
167+
- name: Install QEMU
168+
uses: docker/setup-qemu-action@v3
169+
170+
- uses: actions/checkout@v3
171+
172+
- name: Login to GitHub Container Registry
173+
uses: docker/login-action@v2
174+
with:
175+
registry: ghcr.io
176+
username: ${{ github.actor }}
177+
password: ${{ secrets.GITHUB_TOKEN }}
178+
179+
- name: Build and push (${{ matrix.arch }})
180+
uses: docker/bake-action@v3
181+
with:
182+
files: |
183+
./docker-bake.hcl
184+
workdir: .
185+
set: |
186+
*.cache-to=type=gha,mode=max
187+
*.cache-from=type=gha
188+
*.tags=ghcr.io/tier4/scenario_simulator_v2:humble-${{ needs.release.outputs.new_version }}
189+
push: ${{ github.event.pull_request.merged == true }}
190+
targets: |
191+
${{ matrix.rosdistro }}_base_${{ matrix.arch }}

common/math/arithmetic/CHANGELOG.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,61 @@ Changelog for package arithmetic
1313
* Merge branch 'master' into refactor/drop_workflow
1414
* Contributors: Kotaro Yoshimoto
1515

16+
2.5.0 (2024-07-08)
17+
------------------
18+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
19+
* Merge branch 'master' into feature/publish_empty_context
20+
* Merge branch 'master' into feature/publish_empty_context
21+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
22+
* Contributors: Masaya Kataoka
23+
24+
3.0.1 (2024-07-10)
25+
------------------
26+
* Merge branch 'master' into feature/docker_tag
27+
* Contributors: Tatsuya Yamasaki
28+
29+
3.0.0 (2024-07-10)
30+
------------------
31+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
32+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
33+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
34+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
35+
* Merge branch 'master' of https://github.com/tier4/scenario_simulator_v2 into ref/RJD-1053-implement-pose-utils
36+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
37+
* Merge remote-tracking branch 'origin' into ref/RJD-1053-implement-pose-utils
38+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
39+
* Merge branch 'ref/RJD-1053-implement-pose-utils' of https://github.com/tier4/scenario_simulator_v2 into ref/RJD-1053-implement-pose-utils
40+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
41+
* Merge remote-tracking branch 'origin' into ref/RJD-1053-implement-pose-utils
42+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
43+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
44+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
45+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
46+
* Merge master->ref/RJD-1053-implement-pose-utils
47+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
48+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
49+
* Merge remote-tracking branch 'origin/ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
50+
* Merge remote-tracking branch 'origin/ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
51+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
52+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
53+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
54+
* Contributors: DMoszynski, Dawid Moszynski, Dawid Moszyński, Masaya Kataoka, Tatsuya Yamasaki
55+
56+
2.6.0 (2024-07-08)
57+
------------------
58+
* Bump version of scenario_simulator_v2 from version 2.4.2 to version 2.5.0
59+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
60+
* Merge branch 'master' into feature/publish_empty_context
61+
* Merge branch 'master' into feature/publish_empty_context
62+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
63+
* Contributors: Masaya Kataoka, Release Bot
64+
65+
2.4.2 (2024-07-08)
66+
------------------
67+
68+
2.4.1 (2024-07-05)
69+
------------------
70+
1671
2.4.0 (2024-07-01)
1772
------------------
1873
* Merge branch 'master' into feature/traffic_light_for_evaluator

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>2.4.0</version>
5+
<version>3.0.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: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,62 @@ Changelog for package geometry
1313
* Merge branch 'master' into refactor/drop_workflow
1414
* Contributors: Kotaro Yoshimoto
1515

16+
2.5.0 (2024-07-08)
17+
------------------
18+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
19+
* Merge branch 'master' into feature/publish_empty_context
20+
* Merge branch 'master' into feature/publish_empty_context
21+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
22+
* Contributors: Masaya Kataoka
23+
24+
3.0.1 (2024-07-10)
25+
------------------
26+
* Merge branch 'master' into feature/docker_tag
27+
* Contributors: Tatsuya Yamasaki
28+
29+
3.0.0 (2024-07-10)
30+
------------------
31+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
32+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
33+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
34+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
35+
* Merge branch 'master' of https://github.com/tier4/scenario_simulator_v2 into ref/RJD-1053-implement-pose-utils
36+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
37+
* Merge remote-tracking branch 'origin' into ref/RJD-1053-implement-pose-utils
38+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
39+
* Merge branch 'ref/RJD-1053-implement-pose-utils' of https://github.com/tier4/scenario_simulator_v2 into ref/RJD-1053-implement-pose-utils
40+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
41+
* Merge remote-tracking branch 'origin' into ref/RJD-1053-implement-pose-utils
42+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
43+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
44+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
45+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
46+
* Merge master->ref/RJD-1053-implement-pose-utils
47+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
48+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
49+
* Merge remote-tracking branch 'origin/ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
50+
* Merge remote-tracking branch 'origin/ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
51+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
52+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
53+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
54+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
55+
* Contributors: DMoszynski, Dawid Moszynski, Dawid Moszyński, Masaya Kataoka, Tatsuya Yamasaki
56+
57+
2.6.0 (2024-07-08)
58+
------------------
59+
* Bump version of scenario_simulator_v2 from version 2.4.2 to version 2.5.0
60+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
61+
* Merge branch 'master' into feature/publish_empty_context
62+
* Merge branch 'master' into feature/publish_empty_context
63+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
64+
* Contributors: Masaya Kataoka, Release Bot
65+
66+
2.4.2 (2024-07-08)
67+
------------------
68+
69+
2.4.1 (2024-07-05)
70+
------------------
71+
1672
2.4.0 (2024-07-01)
1773
------------------
1874
* Merge branch 'master' into feature/traffic_light_for_evaluator

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>2.4.0</version>
5+
<version>3.0.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: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,61 @@ Changelog for package scenario_simulator_exception
1313
* Merge branch 'master' into refactor/drop_workflow
1414
* Contributors: Kotaro Yoshimoto
1515

16+
2.5.0 (2024-07-08)
17+
------------------
18+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
19+
* Merge branch 'master' into feature/publish_empty_context
20+
* Merge branch 'master' into feature/publish_empty_context
21+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
22+
* Contributors: Masaya Kataoka
23+
24+
3.0.1 (2024-07-10)
25+
------------------
26+
* Merge branch 'master' into feature/docker_tag
27+
* Contributors: Tatsuya Yamasaki
28+
29+
3.0.0 (2024-07-10)
30+
------------------
31+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
32+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
33+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
34+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
35+
* Merge branch 'master' of https://github.com/tier4/scenario_simulator_v2 into ref/RJD-1053-implement-pose-utils
36+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
37+
* Merge remote-tracking branch 'origin' into ref/RJD-1053-implement-pose-utils
38+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
39+
* Merge branch 'ref/RJD-1053-implement-pose-utils' of https://github.com/tier4/scenario_simulator_v2 into ref/RJD-1053-implement-pose-utils
40+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
41+
* Merge remote-tracking branch 'origin' into ref/RJD-1053-implement-pose-utils
42+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
43+
* Merge remote-tracking branch 'origin/master' into ref/RJD-1053-implement-pose-utils
44+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
45+
* Merge branch 'master' into ref/RJD-1053-implement-pose-utils
46+
* Merge master->ref/RJD-1053-implement-pose-utils
47+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
48+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
49+
* Merge remote-tracking branch 'origin/ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
50+
* Merge remote-tracking branch 'origin/ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
51+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
52+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
53+
* Merge branch 'ref/RJD-1054-implement-distance-utils' into ref/RJD-1053-implement-pose-utils
54+
* Contributors: DMoszynski, Dawid Moszynski, Dawid Moszyński, Masaya Kataoka, Tatsuya Yamasaki
55+
56+
2.6.0 (2024-07-08)
57+
------------------
58+
* Bump version of scenario_simulator_v2 from version 2.4.2 to version 2.5.0
59+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
60+
* Merge branch 'master' into feature/publish_empty_context
61+
* Merge branch 'master' into feature/publish_empty_context
62+
* Merge remote-tracking branch 'origin/master' into feature/publish_empty_context
63+
* Contributors: Masaya Kataoka, Release Bot
64+
65+
2.4.2 (2024-07-08)
66+
------------------
67+
68+
2.4.1 (2024-07-05)
69+
------------------
70+
1671
2.4.0 (2024-07-01)
1772
------------------
1873
* Merge branch 'master' into feature/traffic_light_for_evaluator

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>2.4.0</version>
5+
<version>3.0.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>

0 commit comments

Comments
 (0)