From 7750fa80d77a8edba9aeda658670d85f530977c0 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Sat, 30 May 2020 12:12:58 +0930 Subject: [PATCH] Include commented out macos lidar port in launch config --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7c79804..3704543 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,9 +10,9 @@ "request": "launch", "module": "car", "env": { - "CAR_LIDAR": "LIDAR_MOCK", "CAR_VEHICLE": "CAR_MOCK", - // "LIDAR_DEVICE": "/dev/tty.usbserial-0001" + // "CAR_LIDAR": "/dev/tty.usbserial-0001", + "CAR_LIDAR": "LIDAR_MOCK" } }, {