We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63da041 commit e7d6f1fCopy full SHA for e7d6f1f
1 file changed
examples/python/VSLAM/rerun_node.py
@@ -2,7 +2,7 @@
2
import sys
3
4
from pathlib import Path
5
-installExamplesStr = Path(__file__).absolute().parents[2] / 'install_requirements.py --install_rerun'
+installExamplesStr = Path(__file__).absolute().parents[1] / 'install_requirements.py --install_rerun'
6
try:
7
import rerun as rr
8
except ImportError:
0 commit comments