|
Re: C++ deploy code missing
(connected over the network) you can scp the code to the robot, login and run it yourself, something like this...
I do it like this from Linux:
scp FRCUserProgram lvuser@roborio1296.local:/home/lvuser
ssh lvuser@roborio1296.local
(on the robot)
./FRCUserProgram
HTH
__________________
Fast, cheap or working - pick any two!
|