Fixed missing utility function.

This commit is contained in:
spencerfolk
2024-07-31 17:10:01 -04:00
parent e0a650253e
commit f603dd4041
2 changed files with 61 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ class TwoDRangeSensor():
if __name__=="__main__":
import matplotlib.pyplot as plt
from rotorpy.utils.generate_maps import plot_map
from rotorpy.utils.plotter import plot_map
import matplotlib.colors as mcolors
from matplotlib.patches import Rectangle
import os