Classes | |
class | Output |
Functions | |
def | read_csv (filename) |
def | to_percent (x, pos) |
Variables | |
axarr | |
bin_edges | |
bins | |
CC00_Dubins = Output() | |
CC00_RS = Output() | |
CC0pm_Dubins = Output() | |
CC_Dubins = Output() | |
CCpm0_Dubins = Output() | |
CCpmpm_Dubins = Output() | |
string | CSV_HEADER = "start,goal,computation_time,path_length,curv_discont".split(",") |
curv_discont | |
Dubins = Output() | |
list | dubins_outputs = [] |
list | dubins_path_length_hist = [] |
list | dubins_path_length_labels = [] |
f | |
figsize | |
string | filepath = "../test/" |
HC00_RS = Output() | |
HC0pm_RS = Output() | |
HC_RS = Output() | |
HCpm0_RS = Output() | |
HCpmpm_RS = Output() | |
hist | |
hspace | |
label | |
linewidth | |
loc | |
list | n_samples = rs_outputs[0].n_samples |
range | |
tuple | rel_path_length = (output.path_length - Dubins.path_length) / Dubins.path_length |
right | |
RS = Output() | |
list | rs_outputs = [] |
list | rs_path_length_hist = [] |
list | rs_path_length_labels = [] |
sharey | |
visible | |
list | weights = np.ones(n_samples, dtype='float') / n_samples |
float | width = 0.06 |
wspace | |
tuple | xlim = (0.0, 0.4) |
def plot_statistics.read_csv | ( | filename | ) |
Definition at line 29 of file plot_statistics.py.
def plot_statistics.to_percent | ( | x, | |
pos | |||
) |
Definition at line 25 of file plot_statistics.py.
plot_statistics.axarr |
Definition at line 157 of file plot_statistics.py.
plot_statistics.bin_edges |
Definition at line 189 of file plot_statistics.py.
plot_statistics.bins |
Definition at line 164 of file plot_statistics.py.
plot_statistics.CC00_Dubins = Output() |
Definition at line 92 of file plot_statistics.py.
plot_statistics.CC00_RS = Output() |
Definition at line 110 of file plot_statistics.py.
plot_statistics.CC0pm_Dubins = Output() |
Definition at line 93 of file plot_statistics.py.
plot_statistics.CC_Dubins = Output() |
Definition at line 91 of file plot_statistics.py.
plot_statistics.CCpm0_Dubins = Output() |
Definition at line 94 of file plot_statistics.py.
plot_statistics.CCpmpm_Dubins = Output() |
Definition at line 95 of file plot_statistics.py.
string plot_statistics.CSV_HEADER = "start,goal,computation_time,path_length,curv_discont".split(",") |
Definition at line 23 of file plot_statistics.py.
plot_statistics.curv_discont |
Definition at line 189 of file plot_statistics.py.
plot_statistics.Dubins = Output() |
Definition at line 90 of file plot_statistics.py.
list plot_statistics.dubins_outputs = [] |
Definition at line 89 of file plot_statistics.py.
plot_statistics.dubins_path_length_hist = [] |
Definition at line 140 of file plot_statistics.py.
plot_statistics.dubins_path_length_labels = [] |
Definition at line 141 of file plot_statistics.py.
plot_statistics.f |
Definition at line 157 of file plot_statistics.py.
plot_statistics.figsize |
Definition at line 157 of file plot_statistics.py.
string plot_statistics.filepath = "../test/" |
Definition at line 87 of file plot_statistics.py.
plot_statistics.HC00_RS = Output() |
Definition at line 112 of file plot_statistics.py.
plot_statistics.HC0pm_RS = Output() |
Definition at line 113 of file plot_statistics.py.
plot_statistics.HC_RS = Output() |
Definition at line 111 of file plot_statistics.py.
plot_statistics.HCpm0_RS = Output() |
Definition at line 114 of file plot_statistics.py.
plot_statistics.HCpmpm_RS = Output() |
Definition at line 115 of file plot_statistics.py.
plot_statistics.hist |
Definition at line 189 of file plot_statistics.py.
plot_statistics.hspace |
Definition at line 158 of file plot_statistics.py.
plot_statistics.label |
Definition at line 165 of file plot_statistics.py.
plot_statistics.linewidth |
Definition at line 165 of file plot_statistics.py.
plot_statistics.loc |
Definition at line 166 of file plot_statistics.py.
list plot_statistics.n_samples = rs_outputs[0].n_samples |
Definition at line 134 of file plot_statistics.py.
plot_statistics.range |
Definition at line 164 of file plot_statistics.py.
tuple plot_statistics.rel_path_length = (output.path_length - Dubins.path_length) / Dubins.path_length |
Definition at line 144 of file plot_statistics.py.
plot_statistics.right |
Definition at line 192 of file plot_statistics.py.
plot_statistics.RS = Output() |
Definition at line 116 of file plot_statistics.py.
list plot_statistics.rs_outputs = [] |
Definition at line 109 of file plot_statistics.py.
plot_statistics.rs_path_length_hist = [] |
Definition at line 148 of file plot_statistics.py.
plot_statistics.rs_path_length_labels = [] |
Definition at line 149 of file plot_statistics.py.
plot_statistics.sharey |
Definition at line 157 of file plot_statistics.py.
plot_statistics.visible |
Definition at line 182 of file plot_statistics.py.
Definition at line 159 of file plot_statistics.py.
float plot_statistics.width = 0.06 |
Definition at line 187 of file plot_statistics.py.
plot_statistics.wspace |
Definition at line 158 of file plot_statistics.py.
plot_statistics.xlim = (0.0, 0.4) |
Definition at line 162 of file plot_statistics.py.