Remove D-pad test code in favor of edu.wpi.first.wpilibj2.command.button.POVButton

Update DriverStation overload to include 2022.4.1 changes
Add windows support to PathPlanner task
This commit is contained in:
nathanrsxtn
2022-04-02 20:15:15 -06:00
parent 16ccd86843
commit b33084623e
3 changed files with 225 additions and 44 deletions
+5 -1
View File
@@ -21,6 +21,9 @@
{
"label": "pathPlanner",
"type": "shell",
"windows": {
"command": "explorer.exe shell:AppsFolder\\39956MichaelJansen.FRCPathPlanner_x7a2cjep50mda!pathplanner"
},
"osx": {
"command": "open -n /Applications/PathPlanner.app"
},
@@ -31,7 +34,8 @@
"panel": "dedicated",
"showReuseMessage": false,
"clear": true
}
},
"problemMatcher": []
}
]
}