mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:41 -04:00
fix a typo
This commit is contained in:
@@ -193,7 +193,7 @@ def main():
|
||||
|
||||
if show_animation:
|
||||
plt.cla()
|
||||
plt.plot(hz[:, 0], hz[:, 1], ".g")
|
||||
plt.plot(hz[0, :], hz[1, :], ".g")
|
||||
plt.plot(hxTrue[0, :].flatten(),
|
||||
hxTrue[1, :].flatten(), "-b")
|
||||
plt.plot(hxDR[0, :].flatten(),
|
||||
|
||||
@@ -5,7 +5,6 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
|
||||
"/../PathPlanning/RRTstar/")
|
||||
|
||||
try:
|
||||
print(sys.path)
|
||||
import rrt_star as m
|
||||
except:
|
||||
raise
|
||||
@@ -24,3 +23,4 @@ class Test(TestCase):
|
||||
if __name__ == '__main__':
|
||||
test = Test()
|
||||
test.test1()
|
||||
print(aa)
|
||||
|
||||
Reference in New Issue
Block a user