Move root car to pycar, put other pycar back to car.
This commit is contained in:
10
pycar/tests/test_lidar_cache.py
Normal file
10
pycar/tests/test_lidar_cache.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import unittest
|
||||
import car.tracking as tracking
|
||||
|
||||
class TestLidarCache(unittest.TestCase):
|
||||
|
||||
def test_fake_scanner(self):
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user