I have been struggling with the new addition of Visual Studio Code. I first had a problem with the CTRE libraries not installing properly, now the problem i’m having is that WPILib is not installing properly. I installed the latest version earlier which should be WPILib 2019.2.1, I have the roborio updated to image version 13, and I have all of the CTRE libraries installed correctly. I would really appreciate any insight on this if possible. These are the errors I was receiving.
I do not have a repository on Github, since I haven’t been able to figure out how to integrate Github into Visual Studio Code yet. Although, I can upload in just a minute.
If you download GIT then after download reload VSCode, you should be able to do CTRL + P (or View > Command Palette, then type in Git and a list of commands would show up. Otherwise take the easy way out and just use Github Desktop (not recommended but sometimes helpful to have).
rm, lm, rs, ls don’t appear to be in scope for that method. Also, those set methods have invalid syntax, they would need to read rm.Set( (2*v+w)/2 ); to be value for the call (I believe).