mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
sensord: move to system/ (#27531)
* sensord: move to system/
* add gitignore to releaes files
old-commit-hash: 6f40f0d442
This commit is contained in:
@@ -5,7 +5,7 @@ import struct
|
||||
|
||||
from common.params import Params
|
||||
import cereal.messaging as messaging
|
||||
import selfdrive.sensord.pigeond as pd
|
||||
import system.sensord.pigeond as pd
|
||||
from system.hardware import TICI
|
||||
from selfdrive.test.helpers import with_processes
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import time
|
||||
import unittest
|
||||
|
||||
import cereal.messaging as messaging
|
||||
import selfdrive.sensord.pigeond as pd
|
||||
import system.sensord.pigeond as pd
|
||||
|
||||
from common.params import Params
|
||||
from system.hardware import TICI
|
||||
|
||||
Reference in New Issue
Block a user