Quote:
Originally Posted by bladetech932
In order to run your code on the Robot you need to
1:build the code,run as startup then switch to driver.
2:deploy the code from Robot main and open the DS that is in the all programs from the start menu.
|
This is one way to do it, but it's pretty tedious for development. What I do is simply run the driver station application from the start menu and always stay logged in to only the developer account.
--or--
If I'm at the development machine, then the classmate is running the driver station in the driver account and I'm doing all the robot code development on a separate computer.
In both cases, I don't build an application during development. I save that for when I'm happy with the code and I want it to run each time the mechanical guys switch on the robot.
-Joe