Add recording functionality, did some other minor tweaks as well to protos
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -5,10 +5,14 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: Module",
|
||||
"name": "Car Module",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "car"
|
||||
"module": "car",
|
||||
"env": {
|
||||
"CAR_LIDAR": "LIDAR_MOCK",
|
||||
"CAR_VEHICLE": "CAR_MOCK"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Python: Current File",
|
||||
|
||||
Reference in New Issue
Block a user