Apollo  6.0
Open source self driving car software
config_gflags.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright 2017 The Apollo Authors. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *****************************************************************************/
16 
17 #pragma once
18 
19 #include "gflags/gflags.h"
20 
21 // The directory which contains a group of related maps, such as base_map,
22 // sim_map, routing_topo_grapth, etc.
23 DECLARE_string(map_dir);
24 DECLARE_int32(local_utm_zone_id);
25 
26 DECLARE_string(test_base_map_filename);
27 DECLARE_string(base_map_filename);
28 DECLARE_string(sim_map_filename);
29 DECLARE_string(routing_map_filename);
30 DECLARE_string(end_way_point_filename);
31 DECLARE_string(default_routing_filename);
32 DECLARE_string(speed_control_filename);
33 
34 DECLARE_double(look_forward_time_sec);
35 
36 DECLARE_string(vehicle_config_path);
37 DECLARE_string(vehicle_model_config_filename);
38 
39 DECLARE_bool(use_cyber_time);
40 
41 DECLARE_string(localization_tf2_frame_id);
42 DECLARE_string(localization_tf2_child_frame_id);
43 DECLARE_bool(use_navigation_mode);
44 DECLARE_string(navigation_mode_end_way_point_file);
45 
46 DECLARE_double(half_vehicle_width);
47 
48 DECLARE_bool(use_sim_time);
49 
50 DECLARE_bool(reverse_heading_vehicle_state);
51 
52 DECLARE_bool(state_transform_to_com_reverse);
53 DECLARE_bool(state_transform_to_com_drive);
54 DECLARE_bool(multithread_run);
DECLARE_double(look_forward_time_sec)
DECLARE_string(map_dir)
DECLARE_int32(local_utm_zone_id)
DECLARE_bool(use_cyber_time)