Skip to content

Commit 58d5010

Browse files
chore(crosswalk): change LATER param (autowarefoundation#6371)
change a param Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent 0831915 commit 58d5010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/behavior_velocity_crosswalk_module/config/crosswalk.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
ego_pass_first_margin_y: [3.0] # [[s]] time to vehicle margin vector for ego pass first situation (the module judges that ego don't have to stop at TTC + MARGIN < TTV condition)
4242
ego_pass_first_additional_margin: 0.5 # [s] additional time margin for ego pass first situation to suppress chattering
4343
ego_pass_later_margin_x: [0.0] # [[s]] time to vehicle margin vector for object pass first situation (the module judges that ego don't have to stop at TTV + MARGIN < TTC condition)
44-
ego_pass_later_margin_y: [10.0] # [[s]] time to collision margin vector for object pass first situation (the module judges that ego don't have to stop at TTV + MARGIN < TTC condition)
44+
ego_pass_later_margin_y: [13.0] # [[s]] time to collision margin vector for object pass first situation (the module judges that ego don't have to stop at TTV + MARGIN < TTC condition)
4545
ego_pass_later_additional_margin: 0.5 # [s] additional time margin for object pass first situation to suppress chattering
4646

4747
no_stop_decision: # parameters to determine if it is safe to attempt stopping before the crosswalk

0 commit comments

Comments
 (0)