Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and tzhong518 committed Sep 3, 2024
1 parent dd479a6 commit 8de017a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| :---------------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------ |
| `use_last_detect_color` | `bool` | If this parameter is `true`, this module estimates pedestrian's traffic signal as RED not only when vehicle's traffic signal is detected as GREEN/AMBER but also when detection results change GREEN/AMBER to UNKNOWN. (If detection results change RED or AMBER to UNKNOWN, this module estimates pedestrian's traffic signal as UNKNOWN.) If this parameter is `false`, this module use only latest detection results for estimation. (Only when the detection result is GREEN/AMBER, this module estimates pedestrian's traffic signal as RED.) | `true` |
| `last_detect_color_hold_time` | `double` | The time threshold to hold for last detected vehicle traffic light color. | `2.0` |
| `last_colors_hold_time` | `double` | The time threshold to hold for history detected pedestrian traffic light color. |
| `last_colors_hold_time` | `double` | The time threshold to hold for history detected pedestrian traffic light color. |

## Inner-workings / Algorithms

Expand Down

0 comments on commit 8de017a

Please sign in to comment.