sensord: move to system/ (#27531)

* sensord: move to system/

* add gitignore to releaes files
old-commit-hash: 6f40f0d4427f4238c3939a64d1d6baa7d77f1ecc
This commit is contained in:
Adeeb Shihadeh
2023-03-08 10:56:54 -08:00
committed by GitHub
parent a9b38c148d
commit 47d30174d3
50 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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