Skip to content

Commit

Permalink
fix(traffic_light_recognition): delete excessive f string (autowarefo…
Browse files Browse the repository at this point in the history
…undation#883)

* fix: Removed unnecessary f-string

Signed-off-by: N-Eiki <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: N-Eiki <[email protected]>
Co-authored-by: N-Eiki <[email protected]>
  • Loading branch information
N-Eiki and N-Eiki authored Jun 25, 2024
1 parent 4e63313 commit 5850cac
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5850cac

Please sign in to comment.