20 "Directory which contains a group of related maps.");
24 "If not empty, use this test base map files.");
26DEFINE_string(base_map_filename,
"base_map.bin|base_map.xml|base_map.txt",
27 "Base map files in the map_dir, search in order.");
29 "Simulation map files in the map_dir, search in order.");
31 "Routing map files in the map_dir, search in order.");
33 "End way point of the map, will be sent in RoutingRequest.");
35 "Default cycle routing of the map, will be sent in Task to Task "
38 "The current starting point of the vehicle. Setting the starting "
39 "point in route editing will be reset.");
41 "Park go routing of the map, support for dreamview contest.");
43 "The speed control region in a map.");
46 "modules/common/data/vehicle_param.pb.txt",
47 "the file path of vehicle config file");
50 vehicle_model_config_filename,
51 "modules/common/vehicle_model/conf/vehicle_model_config.pb.txt",
52 "the file path of vehicle model config file");
55 "Whether Clock::Now() gets time from system_clock::now() or from "
58DEFINE_string(localization_tf2_frame_id,
"world",
"the tf2 transform frame id");
60 "the tf2 transform child frame id");
63 "Use relative position in navigation mode");
65 navigation_mode_end_way_point_file,
66 "modules/dreamview/conf/navigation_mode_default_end_way_point.txt",
67 "end_way_point file used if navigation mode is set.");
72 "look forward time times adc speed to calculate this distance "
73 "when creating reference line from routing");
75DEFINE_bool(use_sim_time,
false,
"Use bag time in mock time mode.");
78 "test flag for reverse driving.");
81 "Enable vehicle states coordinate transformation from center of "
82 "rear-axis to center of mass, during reverse driving");
84 "Enable vehicle states coordinate transformation from center of "
85 "rear-axis to center of mass, during forward driving");
87 "multi-thread run flag mainly used by simulation");
91 "enable IMU data convert to map reference");
DEFINE_bool(use_cyber_time, false, "Whether Clock::Now() gets time from system_clock::now() or from " "Cyber.")
DEFINE_int32(local_utm_zone_id, 10, "UTM zone id.")
DEFINE_string(map_dir, "modules/map/data/sunnyvale_loop", "Directory which contains a group of related maps.")
DEFINE_double(half_vehicle_width, 1.05, "half vehicle width")