diff --git a/autoware_launch/launch/components/traffic_light_recognition/traffic_light_occlusion_predictor.launch.py b/autoware_launch/launch/components/traffic_light_recognition/traffic_light_occlusion_predictor.launch.py index 47e65cdc0f..46fe08e965 100644 --- a/autoware_launch/launch/components/traffic_light_recognition/traffic_light_occlusion_predictor.launch.py +++ b/autoware_launch/launch/components/traffic_light_recognition/traffic_light_occlusion_predictor.launch.py @@ -27,9 +27,7 @@ def create_traffic_light_occlusion_predictor(namespace): package = FindPackageShare("traffic_light_occlusion_predictor") - include = PathJoinSubstitution( - [package, f"launch/traffic_light_occlusion_predictor.launch.xml"] - ) + include = PathJoinSubstitution([package, "launch/traffic_light_occlusion_predictor.launch.xml"]) input_camera_info = f"/sensing/camera/{namespace}/camera_info" output_rois = f"/perception/traffic_light_recognition/{namespace}/detection/rois"