mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 21:42:05 +08:00
sensord: move to system/ (#27531)
* sensord: move to system/ * add gitignore to releaes files old-commit-hash: 6f40f0d4427f4238c3939a64d1d6baa7d77f1ecc
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