Preseason Deploy Code: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) (Created page with "<div class="mw-parser-output"><span style="font-size: large;">'''Deploy a Project in FRC IDE to Robot'''</span><br/> <br/> This assumes you have the project opened in 'FRC VS...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This assumes you have the project opened in 'FRC VS Code' and have succesfully built it. | |||
# Make sure the robot is completely powered on | |||
# Make sure your PC's network is connected to the Robot - make sure your Wifi is connected to 1511-testboard wifi network | |||
# Open Command Palette: either use Ctrl+Shift+P, click the 'W' menu in top-right corner, or select from 'View' menu | |||
# Select 'WPILib: Deploy Robot Code' | |||
# You will only get an error if it fails to find the robot or download. |
Latest revision as of 20:46, 28 November 2021
This assumes you have the project opened in 'FRC VS Code' and have succesfully built it.
- Make sure the robot is completely powered on
- Make sure your PC's network is connected to the Robot - make sure your Wifi is connected to 1511-testboard wifi network
- Open Command Palette: either use Ctrl+Shift+P, click the 'W' menu in top-right corner, or select from 'View' menu
- Select 'WPILib: Deploy Robot Code'
- You will only get an error if it fails to find the robot or download.