You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last):
File "/data/openpilot/selfdrive/manager/./custom_dep.py", line 9, in <module>
from common.basedir import BASEDIR
File "/data/openpilot/common/basedir.py", line 4, in <module>
from openpilot.system.hardware import PC
File "/data/openpilot/openpilot/system/hardware/__init__.py", line 4, in <module>
from openpilot.system.hardware.base import HardwareBase
File "/data/openpilot/openpilot/system/hardware/base.py", line 5, in <module>
from cereal import log
File "/data/openpilot/cereal/__init__.py", line 8, in <module>
log = capnp.load(os.path.join(CEREAL_PATH, "log.capnp"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "capnp/lib/capnp.pyx", line 4365, in capnp.lib.capnp.load
File "capnp/lib/capnp.pyx", line 3580, in capnp.lib.capnp.SchemaParser.load
capnp.lib.capnp.KjException: data/openpilot/cereal/car.capnp:241: failed: 'madsEnabled' is already defined in this scope.
This comment has been minimized.
Sorry, something went wrong.
devtekveOct 15, 2023
CollaboratorThis comment has been minimized.
Sorry, something went wrong.
devtekveOct 15, 2023
CollaboratorAs discussed, we should move this to carControl as it was your original intent