Don't commit test stuff.

This commit is contained in:
Piv
2020-04-19 13:38:50 +09:30
parent a3cae8c13d
commit 46b1393b96

View File

@@ -2,8 +2,8 @@ from tracking.devices.mock_lidar import MockLidar
from rplidar import RPLidar from rplidar import RPLidar
import tracking.lidar_loader as loader import tracking.lidar_loader as loader
connection = "TEST" # connection = "TEST"
# connection = '/dev/ttyUSB0' connection = '/dev/ttyUSB0'
def get_lidar(): def get_lidar():
# Need a way to configure this, maybe with environment variables # Need a way to configure this, maybe with environment variables