iOS simple controller works

This commit is contained in:
Piv
2020-05-06 21:44:42 +09:30
parent 9376bd70ed
commit 4b3b960d22
7 changed files with 90 additions and 97 deletions

4
.vscode/launch.json vendored
View File

@@ -10,9 +10,9 @@
"request": "launch",
"module": "car",
"env": {
"CAR_LIDAR": "LIDAR_RPLIDAR",
"CAR_LIDAR": "LIDAR_MOCK",
"CAR_VEHICLE": "CAR_MOCK",
"LIDAR_DEVICE": "/dev/tty.usbserial-0001"
// "LIDAR_DEVICE": "/dev/tty.usbserial-0001"
}
},
{