Add PathPlanner task

Remove simulation files
This commit is contained in:
nathanrsxtn
2022-02-28 12:06:36 -07:00
parent 6aa1b0e63b
commit 3048a0567c
8 changed files with 14 additions and 114534 deletions
+13
View File
@@ -14,6 +14,19 @@
"clear": true
},
"problemMatcher": []
},
{
"label": "pathPlanner",
"type": "process",
"command": "open -n /Applications/PathPlanner.app",
"presentation": {
"echo": false,
"reveal": "silent",
"focus": false,
"panel": "dedicated",
"showReuseMessage": false,
"clear": true
}
}
]
}