-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.cfg
91 lines (62 loc) · 1.96 KB
/
options.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#options.cfg
#mk
#v0.01
#
[Simulation Parameters]
# set simulation options
# turn on all runtime (simulation time) plotting displays (or not)
show_runtime_displays=true
# Duration (in seconds) per plot refresh
# (set to 0 for refreshing every simulation iteration)
runtime_plotting_interval = 0.25
show_trajectory_display = true
# trajectory panel size is defaults if not set
# otherwise set them, fractional values are ok ie.[ 2.5 x 3.5 ]
#trajectory_panel_x_inches = 2.5
#trajectory_panel_y_inches = 3.25
trajectory_panel_x_inches = 3.40
trajectory_panel_y_inches = 4.80
# ok landscape
#trajectory_panel_x_inches = 6
#trajectory_panel_y_inches = 4
# the monitor panel
show_control_display = true
# vertical or horizontal panel orientation
# default is vertical if none specified
control_display_orientation = horizontal
#control_display_orientation = vertical
# set only what you want to monitor
# runtime as opposed to static or different time
# oriented display
show_runtime_velocity_track = true
show_runtime_throttle = false
show_runtime_brake = false
show_runtime_throttle_brake = true
show_runtime_steering = true
show_runtime_cte = true
show_runtime_cte_avg = true
show_runtime_velocity_err = false
show_runtime_velocity_avg = false
# select prefered units to use for velocity displays
# mps or kmph or mph
velocity_display_units = mph
# for vertical mode
#runtime_plot_x_inches = 1.5
#runtime_plot_y_inches = 3
# for horizontal mode
#call just plotting_x_inches, etc?
#runtime_plot_x_inches = 2.5
#runtime_plot_y_inches = 1.5
runtime_plot_x_inches = 2.75
runtime_plot_y_inches = 1.5
#PID FOCUS
#runtime_plot_x_inches = 4.5
#runtime_plot_y_inches = 2
#runtime_plot_y_inches = 3
# for these mini-displays
#runtime_plot_x_inches = 3
#runtime_plot_y_inches = 1.5
#runtime_plot_x_inches = 5
#runtime_plot_y_inches = 3
#runtime_plot_x_inches = 1.5
#runtime_plot_y_inches = 0.75