Skip to content

Commit

Permalink
chore: add fix for 2.3.1 (#139)
Browse files Browse the repository at this point in the history
* update hash

Signed-off-by: tkhmy <[email protected]>

* Merge pull request #136 from tier4/chore/modify-outlook-v2.4.1

chore: modify outlook v2.4.1

---------

Signed-off-by: tkhmy <[email protected]>
Co-authored-by: Shohei Sakai <[email protected]>
  • Loading branch information
tkhmy and saka1-s authored Nov 25, 2024
1 parent 977e7b2 commit 5bbc70a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions signage.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ repositories:
src/tier4_autoware_msgs:
type: git
url: https://github.com/tier4/tier4_autoware_msgs.git
version: tier4/universe
version: f605df51444092daa23fbf31a350f058284191f9
src/auto_msgs:
type: git
url: https://github.com/tier4/autoware_auto_msgs.git
version: tier4/main
version: 1e8b6d234e2690c9da386f006bb60835cdccddfd
src/autoware_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_msgs.git
version: main
version: 224bd3a87fb539630f5a09409c809a81f8bb9118
src/autoware_adapi_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
version: main
version: 12d6d7729be6b7b42612a202c29556261254ff30
src/boot_shutdown_tools:
type: git
url: https://github.com/tier4/boot_shutdown_tools.git
version: main
version: v0.1.2
8 changes: 4 additions & 4 deletions src/signage/resource/page/EmergencyStopView/EmergencyStop.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Rectangle {
id: emergencyStopView
width: viewController.monitor_width
height: viewController.monitor_height
color: "#f60000"
color: "#ffffff"
Text {
id: emergencyStopText
color: "#ffffff"
text: qsTr("緊急停止中")
color: "#000000"
text: qsTr("安全のため停止中")
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.verticalCenter
horizontalAlignment: Text.AlignHCenter
Expand All @@ -21,7 +21,7 @@ Rectangle {

Text {
id: emergencyStopEnText
color: "#ffffff"
color: "#000000"
text: qsTr("Emergency Stop")
anchors.top: emergencyStopText.bottom
anchors.horizontalCenter: parent.horizontalCenter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Rectangle {
id: emergencyStoppingView
width: viewController.monitor_width
height: viewController.monitor_height
color: "#f60000"
color: "#ffffff"
Text {
id: emergencyStoppingText
color: "#ffffff"
color: "#000000"
text: qsTr("只今オペレータ対応中です")
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.verticalCenter
Expand All @@ -21,7 +21,7 @@ Rectangle {

Text {
id: emergencyStoppingEnText
color: "#ffffff"
color: "#000000"
text: qsTr("Now the operator is working on it")
anchors.top: emergencyStoppingText.bottom
anchors.horizontalCenter: parent.horizontalCenter
Expand Down
Binary file modified src/signage/resource/sound/emergency.wav
Binary file not shown.

0 comments on commit 5bbc70a

Please sign in to comment.