Apollo 10.0
自动驾驶开放平台
controller_conf.pb.txt
浏览该文件的文档.
1ts: 0.01
2brake_minimum_action: 0.0
3throttle_minimum_action: 0.0
4speed_controller_input_limit: 1.5
5station_error_limit: 2.0
6preview_window: 40.0
7standstill_acceleration: -0.3
8enable_reverse_leadlag_compensation: false
9use_preview_reference_check: false
10steer_cmd_interval: 20.0
11enable_speed_station_preview: false
12enable_slope_offset: false
13use_acceleration_lookup_limit: false
14use_steering_check: true
15pedestrian_stop_time: 15
16standstill_narmal_acceleration: -0.5
17full_stop_long_time: 3.0
18epb_change_count: 40
19stop_gain_acceleration: -1.0
20full_stop_path_remain_gain: 0.3
21use_opposite_slope_compensation: 1
22station_pid_conf {
23 integrator_enable: false
24 integrator_saturation_level: 0.3
25 kp: 0.2
26 ki: 0.0
27 kd: 0.0
28}
29low_speed_pid_conf {
30 integrator_enable: true
31 integrator_saturation_level: 0.3
32 kp: 2.0
33 ki: 0.3
34 kd: 0.0
35}
36high_speed_pid_conf {
37 integrator_enable: true
38 integrator_saturation_level: 0.3
39 kp: 1.0
40 ki: 0.3
41 kd: 0.0
42}
43switch_speed: 3.0
44switch_speed_window: 0.0
45reverse_station_pid_conf {
46 integrator_enable: true
47 integrator_saturation_level: 0.5
48 kp: 0.4
49 ki: 0.1
50 kd: 0.0
51}
52reverse_speed_pid_conf {
53 integrator_enable: true
54 integrator_saturation_level: 0.5
55 kp: 0.8
56 ki: 0.3
57 kd: 0.0
58}
59reverse_station_leadlag_conf {
60 innerstate_saturation_level: 1000
61 alpha: 1.0
62 beta: 1.0
63 tau: 0.0
64}
65reverse_speed_leadlag_conf {
66 innerstate_saturation_level: 1000
67 alpha: 1.0
68 beta: 1.0
69 tau: 0.0
70}
71pitch_angle_filter_conf {
72 cutoff_freq: 5
73}
74pit_station_pid_conf {
75 integrator_enable: true
76 integrator_saturation_level: 1.5
77 kp: 0.5
78 ki: 0.3
79 kd: 0.0
80}
81pit_speed_pid_conf {
82 integrator_enable: true
83 integrator_saturation_level: 1.0
84 kp: 1.0
85 ki: 0.2
86 kd: 0.0
87}