|
Re: Anyone successful with camera in RobotPy?
By default, robot projects look to link against WPILib.a in the directory I gave under "Build WPILib.a". If you replace the standard WPILib.a installed there with yours, all your robot projects [the next time you link them] will begin to use your new library. BUT SAVE THE OLD LIBRARY FIRST! And label it, put it somewhere safe, for later when something goes wrong with your robot code and you want to rule out that the problem is in *your* version of the library.
|