Include commented out macos lidar port in launch config
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -10,9 +10,9 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "car",
|
"module": "car",
|
||||||
"env": {
|
"env": {
|
||||||
"CAR_LIDAR": "LIDAR_MOCK",
|
|
||||||
"CAR_VEHICLE": "CAR_MOCK",
|
"CAR_VEHICLE": "CAR_MOCK",
|
||||||
// "LIDAR_DEVICE": "/dev/tty.usbserial-0001"
|
// "CAR_LIDAR": "/dev/tty.usbserial-0001",
|
||||||
|
"CAR_LIDAR": "LIDAR_MOCK"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user