Skip to content

Commit 74daff4

Browse files
fix warn msg
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent 08ea2de commit 74daff4

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_velocity_virtual_traffic_light_module/src

1 file changed

+1
-1
lines changed

planning/behavior_velocity_virtual_traffic_light_module/src/manager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void VirtualTrafficLightModuleManager::launchNewModules(
7070
const auto stop_line_opt = m.first->getStopLine();
7171
if (!stop_line_opt) {
7272
RCLCPP_FATAL(
73-
logger_, "No stop line at traffic_light_reg_elem_id = %ld, please fix the map!",
73+
logger_, "No stop line at virtual_traffic_light_reg_elem_id = %ld, please fix the map!",
7474
m.first->id());
7575
continue;
7676
}

0 commit comments

Comments
 (0)