Skip to content

Commit e6ebc31

Browse files
authored
Merge pull request #1579 from tier4/hotfix/v0.36/intersection
fix(intersection): set RTC enable (autowarefoundation#9040)
2 parents 4cf09d1 + 810a8d7 commit e6ebc31

File tree

1 file changed

+1
-0
lines changed
  • planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module/src

1 file changed

+1
-0
lines changed

planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module/src/manager.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ void IntersectionModuleManager::setActivation()
441441
scene_module->setActivation(rtc_interface_.isActivated(getUUID(scene_module->getModuleId())));
442442
intersection_module->setOcclusionActivation(
443443
occlusion_rtc_interface_.isActivated(occlusion_uuid));
444+
scene_module->setRTCEnabled(rtc_interface_.isRTCEnabled(getUUID(scene_module->getModuleId())));
444445
}
445446
}
446447

0 commit comments

Comments
 (0)