File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1313)
1414from std_msgs .msg import String
1515import signage .signage_utils as utils
16- from tier4_debug_msgs .msg import Float64Stamped
16+ from autoware_internal_debug_msgs .msg import Float64Stamped
1717from tier4_external_api_msgs .msg import DoorStatus
1818
1919DISCONNECT_THRESHOLD = 2
You can’t perform that action at this time.
0 commit comments