Skip to content

Commit 6f170ce

Browse files
update docs
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent 880762d commit 6f170ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/map_based_prediction/config/map_based_prediction.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
crosswalk_with_signal:
2323
use_crosswalk_signal: true
2424
threshold_speed_as_stopping: 0.25 # [m/s] velocity threshold for the module to judge whether the objects is stopped
25-
# If the pedestrian does not move for X seconds after the ego has stopped in front the crosswalk, the module judge that the pedestrian has no intention to walk and allows the ego to proceed.
25+
# If the pedestrian does not move for X seconds against green signal, the module judge that the pedestrian has no intention to walk.
2626
distance_set_for_no_intention_to_walk: [1.0, 5.0] # [m] ascending order, keys of map
2727
timeout_set_for_no_intention_to_walk: [1.0, 0.0] # [s] values of map
2828
# parameter for shoulder lane prediction

0 commit comments

Comments
 (0)