提交 28f12e7d 编写于 作者: D Dong Li 提交者: Yifei Jiang

planning: remove unused gflags in planning

上级 5017c17e
......@@ -23,10 +23,6 @@ DEFINE_string(adapter_config_filename, "modules/planning/conf/adapter.conf",
DEFINE_string(rtk_trajectory_filename, "modules/planning/data/garage.csv",
"Loop rate for planning node");
DEFINE_uint64(backward_trajectory_point_num, 10,
"The number of points to be included in planning trajectory "
"before the matched point");
DEFINE_uint64(rtk_trajectory_forward, 800,
"The number of points to be included in RTK trajectory "
"after the matched point");
......@@ -80,8 +76,6 @@ DEFINE_double(longitudinal_acceleration_lower_bound, -4.5,
DEFINE_double(longitudinal_acceleration_upper_bound, 4.0,
"The highest longitudinal acceleration allowed.");
DEFINE_double(lateral_acceleration_bound, 4.5,
"Bound of lateral acceleration; symmetric for left and right");
DEFINE_double(lateral_jerk_bound, 4.0,
"Bound of lateral jerk; symmetric for left and right");
......@@ -109,8 +103,6 @@ DEFINE_double(stop_distance_obstacle, 10.0,
"stop distance from in-lane obstacle (meters)");
DEFINE_double(stop_distance_destination, 3.0,
"stop distance from destination line");
DEFINE_double(min_driving_width, 2.5,
"minimum road width(meters) for adc to drive through");
DEFINE_double(nudge_distance_obstacle, 0.3,
"minimum distance to nudge a obstacle (meters)");
DEFINE_double(follow_min_distance, 10,
......@@ -118,13 +110,9 @@ DEFINE_double(follow_min_distance, 10,
DEFINE_double(
follow_time_buffer, 4.0,
"follow time buffer (in second) to calculate the following distance.");
DEFINE_double(stop_line_min_distance, 0.0,
"min distance (meters) to stop line for a valid stop");
DEFINE_string(destination_obstacle_id, "DEST",
"obstacle id for converting destination to an obstacle");
DEFINE_int32(virtual_obstacle_perception_id, -1,
"virtual obstacle perception id(a negative int)");
DEFINE_double(virtual_stop_wall_length, 0.1,
"virtual stop wall length (meters)");
DEFINE_double(virtual_stop_wall_width, 3.7, "virtual stop wall width (meters)");
......
......@@ -23,7 +23,6 @@ DECLARE_string(planning_config_file);
DECLARE_string(adapter_config_filename);
DECLARE_int32(planning_loop_rate);
DECLARE_string(rtk_trajectory_filename);
DECLARE_uint64(backward_trajectory_point_num);
DECLARE_uint64(rtk_trajectory_forward);
DECLARE_double(trajectory_resolution);
DECLARE_double(look_backward_distance);
......@@ -54,7 +53,6 @@ DECLARE_double(speed_upper_bound);
DECLARE_double(longitudinal_acceleration_lower_bound);
DECLARE_double(longitudinal_acceleration_upper_bound);
DECLARE_double(lateral_acceleration_bound);
DECLARE_double(lateral_jerk_bound);
DECLARE_double(longitudinal_jerk_lower_bound);
......@@ -73,15 +71,11 @@ DECLARE_double(static_decision_nudge_l_buffer);
DECLARE_double(lateral_ignore_buffer);
DECLARE_double(stop_distance_obstacle);
DECLARE_double(stop_distance_destination);
DECLARE_double(min_driving_width);
DECLARE_double(nudge_distance_obstacle);
DECLARE_double(follow_min_distance);
DECLARE_double(follow_time_buffer);
DECLARE_double(stop_line_min_distance);
DECLARE_string(destination_obstacle_id);
DECLARE_int32(virtual_obstacle_perception_id);
DECLARE_double(virtual_stop_wall_length);
DECLARE_double(virtual_stop_wall_width);
DECLARE_double(virtual_stop_wall_height);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册