Quote:
Originally Posted by WalnutsAndBolts
I have imaged the roboRIO and set up the radio, but do I need to image or setup anything else?
|
LabVIEW for FRC and the FRC Driver Station
https://wpilib.screenstepslive.com/s.../13811/c/57243
https://wpilib.screenstepslive.com/s/4485/m/24192
Quote:
|
Also, how would I write a basic code in labview so that I can use the joystick in the KOP?
|
Have you done this yet:
https://wpilib.screenstepslive.com/s/4485/m/13811
IMHO: Make sure you can deploy code and have it run ("hello world" type program). Then you can figure out how to get input (joystick) and drive motors. I don't know Labview, but I assume you need to define the USB Joystick before you can start using it in your code. I believe there is a default joystick type drive that you can use to connect the joystick to your drive motors (which you also may need to define).