Skip to content

Commit 56c44ca

Browse files
authored
feat(map_based_prediction): incorporate crosswalk user history (#987)
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent f145420 commit 56c44ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autoware_launch/config/perception/object_recognition/prediction/map_based_prediction.param.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
timeout_set_for_no_intention_to_walk: [1.0, 0.0] # [s] values of map
2828
# parameter for shoulder lane prediction
2929
prediction_time_horizon_rate_for_validate_shoulder_lane_length: 0.8
30+
use_crosswalk_user_history:
31+
match_lost_and_appeared_users: false
32+
remember_lost_users: false
3033

3134
# parameters for lc prediction
3235
lane_change_detection:

0 commit comments

Comments
 (0)