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.
24DECLARE_int32(local_utm_zone_id);
25
26DECLARE_string(test_base_map_filename);
27DECLARE_string(base_map_filename);
28DECLARE_string(sim_map_filename);
29DECLARE_string(routing_map_filename);
30DECLARE_string(end_way_point_filename);
31DECLARE_string(current_start_point_filename);
32DECLARE_string(default_routing_filename);
33DECLARE_string(park_go_routing_filename);
34DECLARE_string(speed_control_filename);
35
36DECLARE_double(look_forward_time_sec);
37
38DECLARE_string(vehicle_config_path);
39DECLARE_string(vehicle_model_config_filename);
40
41DECLARE_bool(use_cyber_time);
42
43DECLARE_string(localization_tf2_frame_id);
44DECLARE_string(localization_tf2_child_frame_id);
45DECLARE_bool(use_navigation_mode);
46DECLARE_string(navigation_mode_end_way_point_file);
47
48DECLARE_double(half_vehicle_width);
49
50DECLARE_bool(use_sim_time);
51
52DECLARE_bool(reverse_heading_vehicle_state);
53
54DECLARE_bool(state_transform_to_com_reverse);
55DECLARE_bool(state_transform_to_com_drive);
56DECLARE_bool(multithread_run);
57
58// localizaiton
59DECLARE_bool(enable_map_reference_unify);
DECLARE_bool(use_cyber_time)
DECLARE_int32(local_utm_zone_id)
DECLARE_string(map_dir)
DECLARE_double(look_forward_time_sec)