25int main(
int argc,
char **argv) {
26 FLAGS_logtostderr =
true;
27 google::InitGoogleLogging(argv[0]);
28 google::ParseCommandLineFlags(&argc, &argv,
true);
30 apollo::dreamview::VehicleManager::Instance()->UseVehicle(
31 FLAGS_vehicle_data_path);
32 AINFO <<
"Switched to vehicle with data from " << FLAGS_vehicle_data_path;
int main(int argc, char **argv)
DEFINE_string(vehicle_data_path, "modules/calibration/data/mkz_example", "Vehicle data path.")