Skip to content

Commit

Permalink
Update perception/traffic_light_map_based_detector/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Koldaev <[email protected]>
  • Loading branch information
tzhong518 and dkoldaev committed Sep 3, 2024
1 parent 8de017a commit 1a39999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Calibration and vibration errors can be entered as parameters, and the size of t
![traffic_light_map_based_detector_result](./docs/traffic_light_map_based_detector_result.svg)

If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at a radius of max_detection_range and the angle between the traffic light and the camera is less than traffic_light_max_angle_range.
If the node receives no route information, it looks at a radius of `max_detection_range` and the angle between the traffic light and the camera is less than `traffic_light_max_angle_range`.

## Input topics

Expand Down

0 comments on commit 1a39999

Please sign in to comment.