22 "the name for the selected model");
25 "sim_control_lincoln.pb.txt",
26 "the name for the selected model");
29 "fnn model file path");
32 "sim_control/conf/fnn_model_backward.bin",
33 "fnn model file path for reverse driving");
36 "sim_control/conf/echo_lincoln_conf.pb.txt",
37 "echo lincoln conf file path");
39DEFINE_int32(reader_pending_queue_size, 10,
"Cyber Reader pending queue size.");
43 "echo lincoln license file");
44DEFINE_string(echosim_parameters_file,
"sim_control/conf/echosim_lincoln.par",
45 "echo lincoln vehicle parameter file");
46DEFINE_double(echosim_simulation_step, 0.001,
"echosim simulation step");
51 "switch to point mass model at forward low speed");
53DEFINE_bool(enable_steering_latency,
false,
"add steering latecy to control");
56 "switch to add backward fnn model");
59 "enable the simulation even before starting auto");
63 "sim_control/conf/LiteTrans-20201023-1043/gp_model.pt",
64 "Gaussian process regression model file");
66DEFINE_bool(use_cuda_in_cascade_model,
false,
"use CUDA for torch.");
69 cascade_model_conf_file,
70 "sim_control/conf/LiteTrans-20201023-1043/standardization_factors.bin",
71 "cascade model conf file path");
DEFINE_string(sim_control_module_name, "sim_control", "Module name")
DEFINE_bool(echo_lincoln_switch_model, false, "switch to point mass model at forward low speed")
DEFINE_double(echosim_simulation_step, 0.001, "echosim simulation step")
DEFINE_int32(reader_pending_queue_size, 10, "Cyber Reader pending queue size.")