Go to the source code of this file.
Namespaces | |
plot_solution | |
Functions | |
def | plot_solution.newline (p1, p2) |
Variables | |
plot_solution.c | |
plot_solution.colors = plt.cm.Set1(np.linspace(0, 1, 9)) | |
plot_solution.df = pd.read_csv(os.path.expanduser('~') + "/.ros/" + name + ".csv") | |
plot_solution.label | |
plot_solution.marker | |
string | plot_solution.name = "gps_alignment_solution_final" |
list | plot_solution.p1 = [df["gps_x"][i],df["gps_y"][i]] |
list | plot_solution.p2 = [df["world_x"][i], df["world_y"][i]] |