Skip to content

plot_frictionmap_grid

plot_voronoi_fromFile(track_name, filename_frictionmap)

Documentation This function loads the friction map file (*_tpamap.csv') and creates all variables necessary for plotting the friction map as a grid without the corresponding friction data.

Input :param track_name: name of the race track :param filename_frictionmap: filename of the file containing the friction map ('*_tpamap.csv'')

Output

plot_voronoi_fromVariable(tree, refline, trackbound_right, trackbound_left)

Documentation This function plots the friction map as a grid without the corresponding friction data.

Input :param tree: cKDTree object containing the coordinates of the friction map :param refline: array consisting of the x-,y-coordinates of the reference line :param trackbound_right: array consisting of the x-,y-coordinates of the right track boundary :param trackbound_left: array consisting of the x-,y-coordinates of the left track boundary

Output