diff --git a/modules/planning/common/planning_gflags.cc b/modules/planning/common/planning_gflags.cc index cbfa3ae5e4bf38bc224598f1662d6033b447c2e2..3e9e6ec600796ed30fcab3e4115fbc5282956a68 100644 --- a/modules/planning/common/planning_gflags.cc +++ b/modules/planning/common/planning_gflags.cc @@ -110,7 +110,7 @@ DEFINE_bool(enable_side_vehicle_st_boundary, false, DEFINE_int32(max_history_frame_num, 1, "The maximum history frame number"); -DEFINE_double(max_collision_distance, 0.1, +DEFINE_double(max_collision_distance, 0.0, "considered as collision if distance (meters) is smaller than or " "equal to this (meters)");