Skip to content

Commit 952eacd

Browse files
authored
fix msg type (#147)
1 parent 9b4252d commit 952eacd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.beta.repos

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ repositories:
1515
type: git
1616
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
1717
version: main
18+
autoware/autoware_internal_msgs:
19+
type: git
20+
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
21+
version: 1.6.0
1822
src/boot_shutdown_tools:
1923
type: git
2024
url: https://github.com/tier4/boot_shutdown_tools.git

signage.repos

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ repositories:
1515
type: git
1616
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
1717
version: main
18+
autoware/autoware_internal_msgs:
19+
type: git
20+
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
21+
version: 1.6.0
1822
src/boot_shutdown_tools:
1923
type: git
2024
url: https://github.com/tier4/boot_shutdown_tools.git

src/signage/src/signage/autoware_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414
from std_msgs.msg import String
1515
import signage.signage_utils as utils
16-
from tier4_debug_msgs.msg import Float64Stamped
16+
from autoware_internal_debug_msgs.msg import Float64Stamped
1717
from tier4_external_api_msgs.msg import DoorStatus
1818

1919
DISCONNECT_THRESHOLD = 2

0 commit comments

Comments
 (0)