|
Re: Build error while deplyoing to roboRio (Eclipse, c++)
Not posting a solution but if you need to test code while a solution for this problem is found, you can upload the FRCUserProgram in your Robot's Debug folder as admin into the /home/lvuser folder. Then if you ssh or putty into the roboRio as admin again you can manually execute the program as follows:
./home/lvuser/FRCUserProgram
|