Skip to content

Commit e7d6f1f

Browse files
committed
Fixed wrong path to install_requirements.py for Python VSLAM examples
1 parent 63da041 commit e7d6f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/python/VSLAM/rerun_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44
from pathlib import Path
5-
installExamplesStr = Path(__file__).absolute().parents[2] / 'install_requirements.py --install_rerun'
5+
installExamplesStr = Path(__file__).absolute().parents[1] / 'install_requirements.py --install_rerun'
66
try:
77
import rerun as rr
88
except ImportError:

0 commit comments

Comments
 (0)