提交 162feff4 编写于 作者: D Dong Li 提交者: Capri2014

remove unused gflags definition in planning (#333)

上级 f47323ee
......@@ -56,11 +56,6 @@ DEFINE_double(maximal_delay_sec, 0.005, "# of seconds for delay.");
DEFINE_int32(max_history_result, 10,
"The maximal number of result in history.");
DEFINE_int32(max_frame_size, 30, "max size for prediction window");
DEFINE_int32(state_fail_threshold, 5,
"This is continuous fail threshold for FSM change to fail state.");
DEFINE_bool(use_stitch, true, "Use trajectory stitch if possible.");
DEFINE_double(forward_predict_time, 0.2,
"The forward predict time in each planning cycle.");
......@@ -120,7 +115,8 @@ DEFINE_double(
DEFINE_double(dp_path_decision_buffer, 0.65,
"buffer in decision while dp path computing decision");
DEFINE_double(dynamic_decision_follow_range, 1.0,
"threshold for judging follow in dp path computing decision for static obstacles");
"threshold for judging follow in dp path computing decision for "
"static obstacles");
// Prediction Part
......
......@@ -33,9 +33,6 @@ DECLARE_double(look_forward_distance);
DECLARE_double(cycle_duration_in_sec);
DECLARE_double(maximal_delay_sec);
DECLARE_int32(max_history_result);
DECLARE_int32(max_frame_size);
// Finite State Machine
DECLARE_int32(state_fail_threshold);
// parameters for trajectory stitching and reinit planning starting point.
DECLARE_bool(use_stitch);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册