We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e6790 commit 6f28954Copy full SHA for 6f28954
PythonAPI/examples/DReyeVR_utils.py
@@ -2,6 +2,9 @@
2
import carla
3
import numpy as np
4
import time
5
+
6
+import sys, os
7
+sys.path.append(os.path.join(os.getenv("CARLA_ROOT"), "PythonAPI"))
8
import examples # calls ./__init__.py to add all the necessary things to path
9
10
0 commit comments