Apollo
10.0
自动驾驶开放平台
config_gflags.h
浏览该文件的文档.
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
(current_start_point_filename);
32
DECLARE_string
(default_routing_filename);
33
DECLARE_string
(park_go_routing_filename);
34
DECLARE_string
(speed_control_filename);
35
36
DECLARE_double
(look_forward_time_sec);
37
38
DECLARE_string
(vehicle_config_path);
39
DECLARE_string
(vehicle_model_config_filename);
40
41
DECLARE_bool
(use_cyber_time);
42
43
DECLARE_string
(localization_tf2_frame_id);
44
DECLARE_string
(localization_tf2_child_frame_id);
45
DECLARE_bool
(use_navigation_mode);
46
DECLARE_string
(navigation_mode_end_way_point_file);
47
48
DECLARE_double
(half_vehicle_width);
49
50
DECLARE_bool
(use_sim_time);
51
52
DECLARE_bool
(reverse_heading_vehicle_state);
53
54
DECLARE_bool
(state_transform_to_com_reverse);
55
DECLARE_bool
(state_transform_to_com_drive);
56
DECLARE_bool
(multithread_run);
57
58
// localizaiton
59
DECLARE_bool
(enable_map_reference_unify);
DECLARE_bool
DECLARE_bool(use_cyber_time)
DECLARE_int32
DECLARE_int32(local_utm_zone_id)
DECLARE_string
DECLARE_string(map_dir)
DECLARE_double
DECLARE_double(look_forward_time_sec)
modules
common
configs
config_gflags.h