提交 086c027c 编写于 作者: C Calvin Miao 提交者: lianglia-apollo

Prediction: cleaned up gflags

上级 547e907b
......@@ -63,7 +63,6 @@ DEFINE_bool(enable_pedestrian_acc, false, "Enable calculating speed by acc");
DEFINE_double(coeff_mul_sigma, 2.0, "coefficient multiply standard deviation");
DEFINE_double(pedestrian_min_speed, 0.1, "min speed for still pedestrian");
DEFINE_double(pedestrian_max_speed, 10.0, "speed upper bound for pedestrian");
DEFINE_double(pedestrian_min_acc, -4.0, "minimum pedestrian acceleration");
DEFINE_double(pedestrian_max_acc, 2.0, "maximum pedestrian acceleration");
DEFINE_double(prediction_pedestrian_total_time, 10.0,
"Total prediction time for pedestrians");
......
......@@ -52,7 +52,6 @@ DECLARE_bool(enable_pedestrian_acc);
DECLARE_double(coeff_mul_sigma);
DECLARE_double(pedestrian_min_speed);
DECLARE_double(pedestrian_max_speed);
DECLARE_double(pedestrian_min_acc);
DECLARE_double(pedestrian_max_acc);
DECLARE_double(prediction_pedestrian_total_time);
DECLARE_int32(num_trajectory_still_pedestrian);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册