pyrobosim.navigation.visualization.plot_path_planner

pyrobosim.navigation.visualization.plot_path_planner(axes, graphs=[], path=None, path_color='m')

Plots the planned path on a specified set of axes.

Parameters:
Returns:

List of Matplotlib artists containing what was drawn, used for bookkeeping.

Return type:

list[matplotlib.artist.Artist]