Skip to content

Commit

Permalink
feat(lane_change): change stuck velocity to 0.5
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Oct 16, 2023
1 parent b811253 commit 9a559d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

# collision check
enable_prepare_segment_collision_check: false
prepare_segment_ignore_object_velocity_thresh: 0.1 # [m/s]
prepare_segment_ignore_object_velocity_thresh: 0.5 # [m/s]
check_objects_on_current_lanes: true
check_objects_on_other_lanes: true
use_all_predicted_path: true
Expand Down

0 comments on commit 9a559d6

Please sign in to comment.