I would like to use a build of the current allwpilib project #2787
-
I seem to be missing the final step to the process. I did follow the Building WPILib in the read me along with running But now how do I get these into the programing environment to try the new features? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
There's a doc for this: https://github.com/wpilibsuite/allwpilib/blob/master/OtherVersions.md Perhaps this needs to be put in a more obvious place? |
Beta Was this translation helpful? Give feedback.
-
I suspect this should warrant its own new thread but this process is what got me to this point. Tying both the Local and Development Build strategies build great, but deploying to the robot results with NO Code. The RioLog loops the following error:
Is there something that needs to be done with the RIO or is this a bug? |
Beta Was this translation helpful? Give feedback.
-
Am I expecting the wrong thing here? So I attempted to change the AnalogPotentiometer Livewindow return value so I edited the C:\Users\Robotics\FRCProjects 2021\WPILIB_allwpilib\wpilibj\src\main\java\edu\wpi\first\wpilibj\AnalogPotentiometer.java file here:
I then performed a
to my build.gradle but drilling to the deffenition of the AnalogPotentiometer.class in my project does NOT revile the change. |
Beta Was this translation helpful? Give feedback.
There's a doc for this: https://github.com/wpilibsuite/allwpilib/blob/master/OtherVersions.md
Perhaps this needs to be put in a more obvious place?