From 8f97a9d280626f2f74fcd7be96e044eb2db67c6a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:24:28 +0000 Subject: [PATCH] style(pre-commit): autofix --- perception/autoware_traffic_light_fine_detector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perception/autoware_traffic_light_fine_detector/README.md b/perception/autoware_traffic_light_fine_detector/README.md index d959ce108946b..35b55c84aa087 100644 --- a/perception/autoware_traffic_light_fine_detector/README.md +++ b/perception/autoware_traffic_light_fine_detector/README.md @@ -52,7 +52,7 @@ Based on the camera image and the global ROI array detected by `map_based_detect ### Node Parameters | Name | Type | Default Value | Description | -|----------------------------|---------|-----------------------------|--------------------------------------------------------------------| +| -------------------------- | ------- | --------------------------- | ------------------------------------------------------------------ | | `data_path` | string | "$(env HOME)/autoware_data" | packages data and artifacts directory path | | `fine_detector_model_path` | string | "" | The onnx file name for yolo model | | `fine_detector_label_path` | string | "" | The label file with label names for detected objects written on it |