Skip to content

Commit a44a173

Browse files
authored
docs(behavior_velocity_planner): remove misspelling (#7085)
Signed-off-by: Shin-kyoto <aquashin0202@gmail.com>
1 parent ed2549c commit a44a173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/behavior_velocity_planner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ The handling of traffic light information varies depending on the usage. In the
6767
| traffic_light(sim, `is_simulation = true`) <ul> <li>`info` is current information</li></ul> | GO | traffic_light uses the perceived traffic light information at present directly. <ul><li>If `info` is timeout, STOP whatever the color is</li> <li>If `info` is not timeout, then act according to the color. If `info` is `UNKNOWN`, STOP</li></ul> {: rowspan=2} |
6868
| traffic_light(real, `is_simulation = false`) <ul> <li>`info` is current information</li></ul> | STOP | &#8288 {: style="padding:0"} |
6969
| crosswalk with Traffic Light(`is_simulation = *`) <ul> <li>`info` is current information</li></ul> | default | <ul> <li>If `disable_yield_for_new_stopped_object` is true, each sub scene_module ignore newly detected pedestrians after module instantiation.</li> <li>If `ignore_with_traffic_light` is true, occlusion detection is skipped.</li></ul> |
70-
| map_based_prediction(`is_simulation = *`) <ul> <li>`info` is current information</li></ul> | default | If a pedestrian traffic light is<ul> <li>RED, surrouding pedestrians are not predicted.</li> <li>GREEN, stopped pedestrians are not predicted.</li></ul> |
70+
| map_based_prediction(`is_simulation = *`) <ul> <li>`info` is current information</li></ul> | default | If a pedestrian traffic light is<ul> <li>RED, surrounding pedestrians are not predicted.</li> <li>GREEN, stopped pedestrians are not predicted.</li></ul> |

0 commit comments

Comments
 (0)