We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda0ac commit c1a855dCopy full SHA for c1a855d
tests/test_rrt_star.py
@@ -2,7 +2,7 @@
2
import sys
3
import os
4
sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
5
- "/../PathPlanning/RRTStar/")
+ "/../PathPlanning/RRTstar/")
6
7
try:
8
print(sys.path)
0 commit comments